//
//  HELPER: CLEARFIX
//



%clearfix {
  &:after {
    content: " ";
    display: table;
    clear: both;
  }
}
