Sha256: 4e36c4b42d6d13814402b2b406a2344ed37aa36d90ecffbf8482f3031b36f634
Contents?: true
Size: 456 Bytes
Versions: 8
Compression:
Stored size: 456 Bytes
Contents
// Micro clearfix // ------------------------------------------------------------------------------- // @documentation http://nicolasgallagher.com/micro-clearfix-hack/ // ------------------------------------------------------------------------------- @mixin clearfix { zoom: 1; &:before, &:after { content: "\0020"; display: block; height: 0; overflow: hidden; } &:after { clear: both; } }
Version data entries
8 entries across 8 versions & 1 rubygems