Sha256: e1dbf796d93246e07737522c38b7ca9cdd8c7298f3e6b23dd8c89c71772d6640
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////// // Extendables Partials // // All of your extendable classes, ids, and placeholder extendables // should go in this file. /////////////////////////////////////////////////////////////////////////////// .clearfix { @if $legacy-support-for-ie6 or $legacy-support-for-ie7 { *zoom: 1; } &:before, &:after { display: table; content: ""; } &:after { clear: both; } }
Version data entries
7 entries across 7 versions & 1 rubygems