2018-07-30 20:12:52 +08:00

8 lines
98 B
Plaintext

@define-mixin clearfix {
&::after {
content: '';
display: table;
clear: both;
}
}