Skip to content

Instantly share code, notes, and snippets.

@moneal
Created July 29, 2015 04:34
Show Gist options
  • Save moneal/cff18439f5600df889b9 to your computer and use it in GitHub Desktop.
Save moneal/cff18439f5600df889b9 to your computer and use it in GitHub Desktop.
@media (max-width: $screen-xs-max) { ... }
@media (min-width: $screen-sm-min) { ... }
@media (max-width: $screen-sm-max) { ... }
@media (min-width: $screen-md-min) { ... }
@media (max-width: $screen-md-max) { ... }
@media (min-width: $screen-lg-min) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment