Skip to content

Instantly share code, notes, and snippets.

@jalbertbowden
Forked from madrobby/gist:2997187
Created August 2, 2013 12:23
Show Gist options
  • Select an option

  • Save jalbertbowden/6139491 to your computer and use it in GitHub Desktop.

Select an option

Save jalbertbowden/6139491 to your computer and use it in GitHub Desktop.
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
/* "retina" styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment