Hello,
I have always used:
@mixin retina {
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min
List,
I'm add in an MQ for high rez screens (a.k.a. Retina) and am wondering if I
can do better:
(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
I know dppx is up and coming but support is lacking. What would be the most
inclusive, future-proof MQ? I've probably seen something be