Files
old-lab_ui/bower_components/bootstrap/scss/utilities/_overflow.scss

6 lines
133 B
SCSS
Raw Normal View History

2019-06-04 13:11:32 -04:00
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}