stylesheets/bourbon/addons/_clearfix.scss in bourbon-compass-2.1.2 vs stylesheets/bourbon/addons/_clearfix.scss in bourbon-compass-2.1.3
- old
+ new
@@ -10,14 +10,14 @@
// float : left;
// }
// }
@mixin clearfix {
- zoom: 1;
+ *zoom: 1;
&:before,
&:after {
- content: "";
+ content: " ";
display: table;
}
&:after {
clear: both;