paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
388 stars 65 forks source link

Styles for high-resolution screens #100

Open mathiasbynens opened 12 years ago

mathiasbynens commented 12 years ago

Something that takes the 1.5 value and converts it into all the different needed values would be great:

@media (min--moz-device-pixel-ratio: 1.5),
       (-moz-min-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) {
    /* styles for high-resolution screens */
}

Some relevant links: