Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created February 13, 2014 03:02
Show Gist options
  • Save snowman-repos/8969002 to your computer and use it in GitHub Desktop.
Save snowman-repos/8969002 to your computer and use it in GitHub Desktop.
Breakpoints
small-width = 30em
medium-width = 60em
large-width = 90em
small = "only screen and (min-width: " + small-width + ")"
medium = "only screen and (min-width: " + medium-width + ")"
large = "only screen and (min-width: " + large-width + ")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment