@charset "utf-8";

@mixin first {

  &:first-of-type {
    @content;
  }
}
