kiez-en-francais/themes/portio/assets/bootstrap-4.5.2/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Normal View History

2022-06-22 21:28:26 +02:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}