@mixin cf {
    &:after { content: ""; display: table; clear: both; }
}
@mixin clearfix {
    &:after { content: ""; display: table; clear: both; }
}

*, *:before, *:after {box-sizing:border-box}