1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 11:04:49 +00:00
webvirtcloud/dev/scss/bootstrap/utilities/_overflow.scss
2020-05-19 19:53:54 +03:00

5 lines
133 B
SCSS

// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}