Sha256: 774918500ea0878a305f485f8e4ffde48a6b5ebaed01eb7a232f2719de666df5
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
// Susy Fallback Clearfix // ====================== // If you provide a clearfix mixin, we'll use yours. // If not, we'll provide the basics. // Susy Clearfix // ------------- @mixin susy-clearfix { *zoom: 1; &:after { content : " "; display : block; clear : both; } }
Version data entries
5 entries across 5 versions & 1 rubygems