7 lines
93 B

@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}