.clearfix() {
    &::before {
        display: table;
        content: '';
    }
    &::after {
        display: table;
        clear: both;
        content: '';
    }
}