stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-1.12.0 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-2.0.0.rc.1
- old
+ new
@@ -1,11 +1,11 @@
-// Micro flint-clearfix
-// -------------------------------------------------------------------------------
-// @documentation http://nicolasgallagher.com/micro-clearfix-hack/
-// -------------------------------------------------------------------------------
-// @uses : local clearfix mixin if available
-// -------------------------------------------------------------------------------
-
+/**
+ * Micro flint-clearfix
+ *
+ * @link http://nicolasgallagher.com/micro-clearfix-hack/
+ *
+ * @requires local clearfix mixin if available
+ */
@mixin flint-clearfix {
@if mixin-exists("clearfix") {
@include clearfix;
} @else {
zoom: 1;