4 lines
87 B
SCSS
4 lines
87 B
SCSS
|
|
@each $value in $overflows {
|
|
.overflow-#{$value} { overflow: $value !important; }
|
|
}
|