@mixin mobile @media only screen and ( max-width: 768px ) @content @mixin tablet @media only screen and ( max-width: 1200px ) @content