2019-09-07 19:18:37 +08:00

8 lines
87 B
Plaintext

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