@mixin r($media){/* Landscape phones and down */@if$media==small{@media#{$small-up}{@content;}}@elseif$media==small-only{@media#{$small-only}{@content;}}@elseif$media==medium{@media#{$medium-up}{@content;}}@elseif$media==medium-only{@media#{$medium-only}{@content;}}@elseif$media==large{@media#{$large-up}{@content;}}/* Landscape phone to portrait tablet */@elseif$media==xlarge{@media#{$xlarge-up}{@content;}}/* Portrait tablet to landscape */@elseif$media==xxlarge{@media#{$xxlarge-up}{@content;}}@elseif$media==retina{@mediascreenand(-webkit-min-device-pixel-ratio:2){@content;}}}@mixin respond($media...){@each$mediatypein$media{@include r($mediatype){@content}}}
Comments (0)
HTTPSSSH
You can clone a snippet to your computer for local editing.
Learn more.