Files
RegattenApp/client/scss/bootstrap/utilities/_overflow.scss
Timon Ostertun 139543199e Initial commit
2020-09-19 12:56:10 +02:00

6 lines
133 B
SCSS

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