Sha256: 6a5e9392ed785d06cca6bbe30f8f73203dcc36b4180e278c545af8d58cbc12c7
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
// Mirco clearfix // ------------------------------------------------------------------------------- // @output [Styles...] @mixin clearfix { zoom: 1; &:before, &:after { content: "\0020"; display: block; height: 0; overflow: hidden; } &:after { clear: both; } }
Version data entries
24 entries across 24 versions & 1 rubygems