big-moving.ru/assets/vendor_components/bootstrap/scss/utilities/_sizing.scss

11 lines
251 B
SCSS
Raw Normal View History

2022-06-24 15:29:23 +05:00
// 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; }