mirror of
https://github.com/Rushilwiz/mooreyoga.git
synced 2025-04-20 19:10:16 -04:00
7 lines
117 B
Sass
7 lines
117 B
Sass
@mixin desktop
|
|
@media (min-width: 786px)
|
|
@content
|
|
|
|
@mixin mobile
|
|
@media (max-width: 786px)
|
|
@content |