Skip to content

Instantly share code, notes, and snippets.

@stowball
Last active December 11, 2015 20:18
Show Gist options
  • Save stowball/4653823 to your computer and use it in GitHub Desktop.
Save stowball/4653823 to your computer and use it in GitHub Desktop.
The simplest "retina" media query
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment