Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

8 lines
87 B
Plaintext

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