Sha256: 9f189e6f77778fa5298ae8406bad8fc4a8602dba91515870b6ff79b97c5a1f84
Contents?: true
Size: 229 Bytes
Versions: 14
Compression:
Stored size: 229 Bytes
Contents
@mixin vertical-gradient($from,$to) { @include background( $to no-repeat linear-gradient(top,$from,$to) ); } @mixin horizontal-gradient($from,$to) { @include background( $to no-repeat linear-gradient(left,$from,$to) ); }
Version data entries
14 entries across 14 versions & 1 rubygems