my / scss /bootstrap /utilities /_overflow.scss
iamironman4279's picture
Upload 183 files
d5469bf verified
raw
history blame contribute delete
133 Bytes
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}