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