stylesheets/h5bp/_helpers.scss in compass-h5bp-0.0.2 vs stylesheets/h5bp/_helpers.scss in compass-h5bp-0.0.5
- old
+ new
@@ -7,10 +7,12 @@
.ir { @include image-replacement; }
.hidden { @include hidden; }
.visuallyhidden { @include visually-hidden; }
+
+ .invisible { @include invisible; }
.clearfix { @include micro-clearfix; }
}
@@ -50,7 +52,7 @@
// Contain floats: h5bp.com/q
@mixin micro-clearfix {
&:before, &:after { content: ""; display: table; }
&:after { clear: both; }
- *zoom: 1;
+ & { *zoom: 1; }
}
\ No newline at end of file