Sha256: 718356a8eb29bb7018ce780f2c2572e3963b6d07f92fd15435b619a075788348
Contents?: true
Size: 441 Bytes
Versions: 24
Compression:
Stored size: 441 Bytes
Contents
// rem Support // =========== // rem // --- // Check for an existing support mixin, or output directly. // - $prop : <css property> // - $val : <css value> @mixin susy-rem( $prop, $val ) { $_reqs: ( variable: rhythm-unit rem-with-px-fallback, mixin: rem, ); @if susy-support(rem, $_reqs, $warn: false) and $rhythm-unit == rem { @include rem($prop, $val); } @else { #{$prop}: $val; } }
Version data entries
24 entries across 24 versions & 3 rubygems