Created
April 1, 2015 22:12
-
-
Save jmdfm/0a69281a6a37e84f8b69 to your computer and use it in GitHub Desktop.
This media query kills Safari dead.
This file contains 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
This is valid as far as I can see, but Safari will stop parsing any CSS afterwards | |
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) { | |
-webkit-font-smoothing: subpixel-antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment