New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
6 lines
133 B
SCSS
6 lines
133 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $overflows {
|
|
.overflow-#{$value} { overflow: $value !important; }
|
|
}
|