
@mixin gg() {
  display: none;
}

@mixin clearfix() {
  &:after {
    content: '';
    display: block;
    clear: both;
  }
}
