Sha256: ab0e5025c926ed9a7a857b17648c2ef4c38072e89927848b38883cefafc740da
Contents?: true
Size: 419 Bytes
Versions: 86
Compression:
Stored size: 419 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
86 entries across 86 versions & 8 rubygems