stylist / frontend / src / styles / _mixins.scss
_mixins.scss
Raw
@mixin mobile {
  @media (max-width: 600px) {
    @content;
  }
}