2018-09-27 14:38:22 +08:00

8 lines
91 B
Plaintext

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