Sha256: bda83d921224798725e5a3a054b3c5843d263c006836051065232f0096c47ef4
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 Bytes
Contents
// stylelint-disable declaration-no-important @each $prop, $prop-abbr in (height: h, width: w) { @each $size, $value in $sizes { .#{$prop-abbr}-#{$size} { #{$prop}: $value !important; } } } .mh-100 { max-height: 100% !important; } .mw-100 { max-width: 100% !important; }
Version data entries
5 entries across 5 versions & 1 rubygems