ppak10's picture
Backup 2026/05/30.
a8da962
Raw
History Blame Contribute Delete
138 Bytes
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}