coref / less /mixins /clearfix.less
Julien Chaumond
Checkpoint 1
5b4fd78
raw
history blame contribute delete
101 Bytes
.clearfix {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
}