Set clearfix styles for helper class .u-cf onto the pseudo element :after

This commit is contained in:
Mark Rickert 2015-04-09 20:26:18 +02:00
parent 88f03612b0
commit 1c841aefcc

2
css/skeleton.css vendored
View File

@ -386,7 +386,7 @@ hr {
/* Self Clearing Goodness */ /* Self Clearing Goodness */
.container:after, .container:after,
.row:after, .row:after,
.u-cf { .u-cf:after {
content: ""; content: "";
display: table; display: table;
clear: both; } clear: both; }