Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Forked from levinelson/respond-example-ie8.scss
Last active August 29, 2015 14:07
Show Gist options
  • Save mojaray2k/ff2f870b5909474e431d to your computer and use it in GitHub Desktop.
Save mojaray2k/ff2f870b5909474e431d 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