mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-12 17:39:36 -04:00
5 lines
133 B
SCSS
5 lines
133 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $overflows {
|
|
.overflow-#{$value} { overflow: $value !important; }
|
|
}
|