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

Incorrect media query merging edge case #72

Open
nex3 opened this issue Jul 18, 2018 · 0 comments
Open

Incorrect media query merging edge case #72

nex3 opened this issue Jul 18, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@nex3
Copy link
Contributor

nex3 commented Jul 18, 2018

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.

@nex3 nex3 added the bug Something isn't working label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant