app/assets/stylesheets/kentucky/addons/_clearfix.scss in kentucky-2.0.0 vs app/assets/stylesheets/kentucky/addons/_clearfix.scss in kentucky-2.1.0
- old
+ new
@@ -5,10 +5,10 @@
// micro clearfix by Nicolas Gallagher.
// ------------------------------------------------------------------- //
@mixin clearfix {
&:after {
- content: "";
display: table;
clear: both;
+ content: "";
}
-}
\ No newline at end of file
+}