2018-09-28 15:18:24 +08:00

8 lines
87 B
Plaintext

.clearfix() {
&::after {
content: '';
display: table;
clear: both;
}
}