Sha256: 9c9e7c7420411395fc9ba433ad6af0e3ddbaad153bda8bf3dfcb23c67a0374f3
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 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
4 entries across 4 versions & 1 rubygems