NexusDash-izebra/app/static/bootstrap-4.2.1/scss/utilities/_overflow.scss
2022-01-16 12:22:00 -06:00

6 lines
133 B
SCSS

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