1
0
Fork 0
Manager/style/default/vendor/bootstrap/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Permalink Normal View History

2020-06-03 15:31:18 +00:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}