HighSpeaker/public/vendor/bootstrap/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}