=respond-to($media) @if $media == mobileNavigation @media only screen and (max-width: 900px) @content =respond-to-width($width) $width : $width + 'px' @media only screen and (max-width: $width) @content