Mercurial > nebulaweb3
comparison default/assets/scss/vendors/bootstrap/utilities/_sizing.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 // Width and height | |
2 | |
3 @each $prop, $abbrev in (width: w, height: h) { | |
4 @each $size, $length in $sizes { | |
5 .#{$abbrev}-#{$size} { #{$prop}: $length !important; } | |
6 } | |
7 } | |
8 | |
9 .mw-100 { max-width: 100% !important; } | |
10 .mh-100 { max-height: 100% !important; } |