_clearfix.scss 93 Bytes
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}