Usage: @include clearfix;
@mixin clearfix { &::before, &::after { display: block; content: ' '; } &::after { clear: both; } }