stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.6.0 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.6.1

- old
+ new

@@ -1,19 +1,19 @@ -// 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; - } +// 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; + } } \ No newline at end of file