Sha256: f859a4815d2aff678afabce70cace801927717bca0575b8488dc4b147909bfc9
Contents?: true
Size: 251 Bytes
Versions: 31
Compression:
Stored size: 251 Bytes
Contents
// 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; }
Version data entries
31 entries across 31 versions & 5 rubygems