homehub/packages/homehub_app/scss/vendor/bootstrap46/utilities/_overflow.scss

6 lines
133 B
SCSS
Executable File

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