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:
Something that takes the
1.5value and converts it into all the different needed values would be great:Some relevant links: