From a3e0022dd55c4838fe5557c6773505087008e325 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 18 Aug 2014 16:38:19 +0100 Subject: [PATCH] Changes description of mixin - props @r007 Relates to #582 --- sass/mixins/_mixins-master.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/mixins/_mixins-master.scss b/sass/mixins/_mixins-master.scss index 34c21c6..53f8dd3 100644 --- a/sass/mixins/_mixins-master.scss +++ b/sass/mixins/_mixins-master.scss @@ -30,7 +30,7 @@ display: table; } -// Center after (not all clearfix need this also) +// Clear after (not all clearfix need this also) @mixin clearfix-after() { clear: both; }