Skip to content

Instantly share code, notes, and snippets.

@levinelson
Created February 4, 2014 21:20
Show Gist options
  • Save levinelson/8812587 to your computer and use it in GitHub Desktop.
Save levinelson/8812587 to your computer and use it in GitHub Desktop.
.your-element {
// Default mobile-first styles here
@include respond(9) {
// Styles for screens from 900px on up
}
@include respond(11, ie) {
// Styles for screens from 1100px on up AND IE8
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment