Skip to content

Instantly share code, notes, and snippets.

@jamesmrobinson
Forked from marcedwards/high-dpi-media.css
Last active August 29, 2015 14:04
Show Gist options
  • Save jamesmrobinson/977f4777513ad6505c5a to your computer and use it in GitHub Desktop.
Save jamesmrobinson/977f4777513ad6505c5a to your computer and use it in GitHub Desktop.
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi),
only screen and (min-resolution: 1.3dppx) {
}
@jamesmrobinson
Copy link
Author

Added test for dppx units

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment