Sha256: 5b9f4ca2208672b9b6e2506ec255f89b05caa736182a93a88e2d22efb07bcd0a
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
// ------------------------------------------------------------------- // // Micro Clearfix // // Based on Thierry Koblentz's blog post on minimizing the already // micro clearfix by Nicolas Gallagher. // ------------------------------------------------------------------- // @mixin clearfix { &:after { display: table; clear: both; content: ""; } }
Version data entries
3 entries across 3 versions & 1 rubygems