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

Media Queries operators fail #24

Open
raphaelgoetter opened this issue Nov 17, 2014 · 0 comments
Open

Media Queries operators fail #24

raphaelgoetter opened this issue Nov 17, 2014 · 0 comments

Comments

@raphaelgoetter
Copy link

Hello,

When some operators (such as , or and) are mixed in a media query, the parser doesn't guess when 2 MQ are the same.

For exemple :

@media print, screen {a {color: #f00}}
@media screen, print {a {color: #f00;}}

Should output :

@media print,screen{a{color:red}}

But the result is :

@media print,screen{a{color:red}}@media screen,print{a{color:red}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant