clear mixin sass
@mixin clean { &::after, &::before { content: ""; display: table; } &::after { clear: both; } }