Sha256: 6256dcc6e3a79bbd7522c7cb88a875f5c0f4f861ec50e3b8f51847630a3145c7
Contents?: true
Size: 298 Bytes
Versions: 379
Compression:
Stored size: 298 Bytes
Contents
// 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; }
Version data entries
379 entries across 371 versions & 32 rubygems