Skip to content

Commit

Permalink
adding space before leading brace
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhough committed May 5, 2016
1 parent 26c938b commit 32e52fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/sass/centurion/_clearfix.scss
Expand Up @@ -6,16 +6,17 @@
content: " ";
display: table;
}

&:after {
clear: both;
}
}
.clearfix,
.cf {

.cf,
.clearfix {
@extend %clearfix;
}

.clear {
clear: both;
}
Expand Down

0 comments on commit 32e52fb

Please sign in to comment.