Benjamin Bach
2121cdca5f
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
6 lines
133 B
SCSS
6 lines
133 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $overflows {
|
|
.overflow-#{$value} { overflow: $value !important; }
|
|
}
|