mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-20 04:43:58 +00:00
ad85832e75
user login UI
6 lines
133 B
SCSS
Vendored
6 lines
133 B
SCSS
Vendored
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $overflows {
|
|
.overflow-#{$value} { overflow: $value !important; }
|
|
}
|