cycat-project-website/_sass/bootstrap/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Normal View History

2020-08-23 12:01:06 +02:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}