1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-05-03 16:12:51 +08:00
2020-08-27 15:12:03 +02:00

6 lines
133 B
SCSS

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