Sha256: 4b2058c1cf2cb54f206931e7eb821864124f3dbec9dc821fcded36e816b8ecd1
Contents?: true
Size: 444 Bytes
Versions: 17
Compression:
Stored size: 444 Bytes
Contents
@import "compass/utilities"; .clearfix { @include clearfix; } .pie-clearfix { @include legacy-pie-clearfix; } .simple-pie-clearfix { @include pie-clearfix; } p.light { @include contrasted(#B0201E); } p.dark { @include contrasted(#5F1210); } p.light-with-args { @include contrasted(#B0201E, green, blue); } p.dark-with-args { @include contrasted(#5F1210, green, blue); } @include alternating-rows-and-columns(red, white, blue);
Version data entries
17 entries across 16 versions & 3 rubygems