Skip to content

Styles for high-resolution screens #100

Description

@mathiasbynens

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions