Sha256: 1e83b746769b63b3123cf04da48c0a34831dc0a3882334f37c11624809987e2c
Contents?: true
Size: 616 Bytes
Versions: 11
Compression:
Stored size: 616 Bytes
Contents
@import "compass/utilities"; .clearfix { @include clearfix; } .pie-clearfix { @include legacy-pie-clearfix; } .simple-pie-clearfix { @include pie-clearfix; } p.light { @include contrasted(#f3aead); } p.dark { @include contrasted(#a22321); } p.light-with-args { @include contrasted(#f3aead, blue, yellow); } p.dark-with-args { @include contrasted(#a22321, blue, yellow); } @include alternating-rows-and-columns(red, white, blue); p.ellipsis { @include ellipsis; } p.ellipsis.moz { $legacy-support-for-mozilla: true !global; $use-mozilla-ellipsis-binding: true !global; @include ellipsis; }
Version data entries
11 entries across 11 versions & 1 rubygems