Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Incorrect media query merging edge case #72

Open
@nex3

Description

@nex3

The following input:

@media print {
  @media not screen and (color) {x {y: z}}
}

produces @media print and (color), where it should just produce @media print, since the not in not screen and (color) applies to (color) as well as screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions