1 2 3 4 5
// stylelint-disable declaration-no-important @each $value in $overflows { .overflow-#{$value} { overflow: $value !important; } }