2017-03-19 16:17:13 +08:00

8 lines
98 B
CSS

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