Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created May 9, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hereswhatidid/a1eeedfbfe7f867eb3ef272ed2129c7d to your computer and use it in GitHub Desktop.
Save hereswhatidid/a1eeedfbfe7f867eb3ef272ed2129c7d to your computer and use it in GitHub Desktop.
Retina-specific media query
@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* Retina-specific stuff here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment