Files
manja_dev_ui/Vue_Starter/scss/bootstrap/utilities/_sizing.scss
T
Łukasz Holeczek 15df4b91de Hello World!
2017-08-16 12:12:02 +02:00

11 lines
251 B
SCSS
Executable File

// 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; }