stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.6.5 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.7.0
- old
+ new
@@ -1,19 +1,19 @@
-// Micro clearfix
+// Micro flint-clearfix
// -------------------------------------------------------------------------------
// @documentation http://nicolasgallagher.com/micro-clearfix-hack/
// -------------------------------------------------------------------------------
-@mixin clearfix {
+@mixin flint-clearfix {
zoom: 1;
&:before, &:after {
- content: "\0020";
- display: block;
- height: 0;
- overflow: hidden;
+ content: "\0020";
+ display: block;
+ height: 0;
+ overflow: hidden;
}
&:after {
clear: both;
}
-}
\ No newline at end of file
+}