Sha256: e61d96f4b9dc40a122fe9f7dc3a1d2453b47b95f4c934141b6cec703cecc4fbf
Contents?: true
Size: 684 Bytes
Versions: 13
Compression:
Stored size: 684 Bytes
Contents
$contrasted-dark-default: black; $contrasted-light-default: white; @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
13 entries across 13 versions & 2 rubygems