kaioe
7/6/2018 - 11:14 AM

Extend clearfix

%clearfix {
  *zoom: 1;
  &:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
  }
}