XciD's picture
XciD HF staff
initial commit
8969f81
raw
history blame contribute delete
No virus
101 Bytes
.clearfix {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
}