estatesfunding/ef-ui/public/vendor/bootstrap/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Permalink Normal View History

2024-11-05 13:23:45 +00:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}