stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.7.0 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.7.1

- old
+ new

@@ -1,19 +1,19 @@ -// Micro flint-clearfix -// ------------------------------------------------------------------------------- -// @documentation http://nicolasgallagher.com/micro-clearfix-hack/ -// ------------------------------------------------------------------------------- - -@mixin flint-clearfix { - zoom: 1; - - &:before, &:after { - content: "\0020"; - display: block; - height: 0; - overflow: hidden; - } - - &:after { - clear: both; - } -} +// Micro flint-clearfix +// ------------------------------------------------------------------------------- +// @documentation http://nicolasgallagher.com/micro-clearfix-hack/ +// ------------------------------------------------------------------------------- + +@mixin flint-clearfix { + zoom: 1; + + &:before, &:after { + content: "\0020"; + display: block; + height: 0; + overflow: hidden; + } + + &:after { + clear: both; + } +}