There are no option to write such things with no prefixes to be completed with Autoprefixer:
@media
only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {}
Source of the snippet: https://gist.github.com/marcedwards/3446599
More prefixes hell: http://css-tricks.com/snippets/css/retina-display-media-query/
There are no option to write such things with no prefixes to be completed with Autoprefixer:
Source of the snippet: https://gist.github.com/marcedwards/3446599
More prefixes hell: http://css-tricks.com/snippets/css/retina-display-media-query/