2017-04-19 17:46:40 +08:00

8 lines
98 B
CSS

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