mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +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; }
|
|
}
|