admin themes
This commit is contained in:
5
resources/default/scss/bootstrap/utilities/_overflow.scss
Executable file
5
resources/default/scss/bootstrap/utilities/_overflow.scss
Executable file
@ -0,0 +1,5 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $value in $overflows {
|
||||
.overflow-#{$value} { overflow: $value !important; }
|
||||
}
|
Reference in New Issue
Block a user