myadmin/js/bootstrap/scss/utilities/_overflow.scss
2025-07-03 13:11:29 -03:00

5 lines
133 B
SCSS

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