Files
socialhose-php/frontend/app/styles/components/bootstrap4/utilities/_overflow.scss
T
2022-12-09 08:36:26 -06:00

6 lines
133 B
SCSS

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