stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-2.0.2 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-2.0.3
- old
+ new
@@ -3,10 +3,10 @@
*
* @access private
*
* @link http://nicolasgallagher.com/micro-clearfix-hack/
*
- * @requires local clearfix mixin if available
+ * @requires {Mixin} clearfix - local mixin if available
*/
@mixin flint-clearfix {
@if mixin-exists("clearfix") {
@include clearfix;
} @else {