Created
December 2, 2015 20:12
-
-
Save aalexeev239/57812fdc4cd50181870f to your computer and use it in GitHub Desktop.
retina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @2x Images (Pixel Ratio of 1.25+) | |
$retina2x = "only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx)" | |
// @3x Images (Pixel Ratio of 2.25+) | |
$retina3x = "only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment