Skip to content

Instantly share code, notes, and snippets.

@levinelson
Last active August 29, 2015 13:56
Show Gist options
  • Save levinelson/8812543 to your computer and use it in GitHub Desktop.
Save levinelson/8812543 to your computer and use it in GitHub Desktop.
.widget {
// Default mobile-first styles here
@include respond(3) {
// Styles for screens from 300px on up
}
@include respond(6) {
// Styles for screens from 600px on up
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment