2018-08-02 18:02:34 +08:00

8 lines
98 B
Plaintext

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