NexusDash-izebra/app/static/bootstrap-4.2.1/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Normal View History

2022-01-16 18:22:00 +00:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}