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

:not Selector parsed incorrectly #66

Closed
rockwotj opened this issue May 25, 2021 · 2 comments
Closed

:not Selector parsed incorrectly #66

rockwotj opened this issue May 25, 2021 · 2 comments
Assignees
Labels

Comments

@rockwotj
Copy link
Contributor

I thought I was going crazy, but it seems that :not with multiple selectors do not get parsed correctly?

Input: :not(FOO, .BAR)
Output: :not(FOO, FOO)

Here's a screenshot of the debugger output in Intellij.
image

@rockwotj rockwotj changed the title Selector parsed incorrectly. :not Selector parsed incorrectly May 25, 2021
@phax phax self-assigned this May 25, 2021
@phax phax added the bug label May 25, 2021
@phax
Copy link
Owner

phax commented May 25, 2021

Thanks for pointing this out. It always took the first selector only :(
Will be fixed in 6.3.2 which is building atm

@phax phax closed this as completed May 25, 2021
@rockwotj
Copy link
Contributor Author

Thank you for the speedy turn around time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants