Files
catc/style/bootstrap/utilities/_overflow.scss
2019-09-08 08:38:56 +02:00

6 lines
133 B
SCSS

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