Skip to content

Pixel ratio media queries aren't being autoprefixed #122

Description

@borodean

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions