Changes description of mixin - props @r007

Relates to #582
This commit is contained in:
Tammie Lister 2014-08-18 16:38:19 +01:00
parent 86575390b5
commit a3e0022dd5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
display: table; display: table;
} }
// Center after (not all clearfix need this also) // Clear after (not all clearfix need this also)
@mixin clearfix-after() { @mixin clearfix-after() {
clear: both; clear: both;
} }