// 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; } }