Sha256: f5207532de3713006099ebde91e908c854d95b5aff70df7b442931c8e0d46d23
Contents?: true
Size: 392 Bytes
Versions: 57
Compression:
Stored size: 392 Bytes
Contents
// Susy Prefix // =========== // Prefix // ------ // Output simple prefixed properties. // - $prop : <css property> // - $val : <css value> // - [$prefix] : <browser prefix list> @mixin susy-prefix( $prop, $val, $prefix: official ) { @each $fix in $prefix { $fix: if($fix == official or not $fix, $prop, '-#{$fix}-#{$prop}'); @include susy-rem($fix, $val); } }
Version data entries
57 entries across 57 versions & 2 rubygems