/mizuxe2017/scss/bootstrap/utilities/_sizing.scss
https://bitbucket.org/Trulsh/personal-bootstrap-projects · Sass · 12 lines · 7 code · 3 blank · 2 comment · 0 complexity · 11d1d5fcb17b6d14ad0acbf5f680a818 MD5 · raw file
- // stylelint-disable declaration-no-important
- // Width and height
- @each $prop, $abbrev in (width: w, height: h) {
- @each $size, $length in $sizes {
- .#{$abbrev}-#{$size} { #{$prop}: $length !important; }
- }
- }
- .mw-100 { max-width: 100% !important; }
- .mh-100 { max-height: 100% !important; }