Skip to content

Instantly share code, notes, and snippets.

@stellarcowboy
Created March 12, 2015 16:13
Show Gist options
  • Save stellarcowboy/f76776443ef5c663092e to your computer and use it in GitHub Desktop.
Save stellarcowboy/f76776443ef5c663092e to your computer and use it in GitHub Desktop.
Typical metaquery breakpoints
<meta media="(max-width: 480px)" content="mobile" name="breakpoint" >
<meta media="(min-width: 481px)" content="mobilelarge" name="breakpoint" >
<meta media="(max-width: 1024px)" content="mobile-tablet" name="breakpoint" >
<meta media="(min-width: 768px)" content="tablet" name="breakpoint" >
<meta media="(min-width: 1016px)" content="desktop" name="breakpoint" >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment