.clearfix {
    &:after {
        content: ' ';
        clear: both;
        display: block;
    }
}