Luke Tainton 906e557d65
🚀 RELEASE: 2020 Revamp
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-05-09 22:15:53 +01:00

6 lines
133 B
SCSS
Executable File

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