@mixin before-after {
  &::before,
  &::after {
    @content;
  }
}
