Files

8 lines
87 B
Plaintext
Raw Permalink Normal View History

2026-02-10 08:05:03 +08:00
.clearfix() {
&::after {
display: table;
clear: both;
content: '';
}
}