stylesheets/stitch/patterns/layout/_clear-floats.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/layout/_clear-floats.scss in stitch-0.1.2
- old
+ new
@@ -1,10 +1,10 @@
-/* Allows a parent element to enclose the full height of the children
- * elements when all of the children are floated.
- * Normally the parent will have no height.
- * @see http://nicolasgallagher.com/micro-clearfix-hack/
- */
-
+//
+// Allows a parent element to enclose the full height of the children
+// elements when all of the children are floated.
+// Normally the parent will have no height.
+// @see http://nicolasgallagher.com/micro-clearfix-hack/
+//
.__clearfix {
&::before,
&::after {
content:"";
display:table;
\ No newline at end of file