Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect media query merging edge case #2695

Closed
nex3 opened this issue Jul 18, 2018 · 1 comment
Closed

Incorrect media query merging edge case #2695

nex3 opened this issue Jul 18, 2018 · 1 comment
Labels
Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem Sass 3.6

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 Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem label Jun 3, 2019
@mgreter
Copy link
Contributor

mgreter commented Jun 17, 2019

Fixed by #2908

@mgreter mgreter closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem Sass 3.6
Projects
None yet
Development

No branches or pull requests

2 participants