1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 20:01:08 +00:00
Files
privacyguides.org/_sass/bootstrap/utilities/_overflow.scss
2020-04-28 16:09:22 -05:00

6 lines
133 B
SCSS
Executable File

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