:after LESS syntax corrections

This commit is contained in:
Raphael Goetter 2014-05-03 11:11:15 +02:00
parent 81a2441455
commit b27870b457

View file

@ -197,12 +197,14 @@ body > script {display: none !important;}
} }
/* blocks that must contain floats */ /* blocks that must contain floats */
.clearfix:after, .clearfix,
.line:after { .line {
&:after {
content: ""; content: "";
display: table; display: table;
clear: both; clear: both;
} }
}
/* table layout */ /* table layout */
.row { .row {