@mixin clearfix {
  &::after {
    clear: both;
    content: "";
    display: block;
  }
}
