rockwotj opened this issue 4 years ago · 2 comments
I thought I was going crazy, but it seems that :not with multiple selectors do not get parsed correctly?
:not
Input: :not(FOO, .BAR) Output: :not(FOO, FOO)
:not(FOO, .BAR)
:not(FOO, FOO)
Here's a screenshot of the debugger output in Intellij.
Thanks for pointing this out. It always took the first selector only :( Will be fixed in 6.3.2 which is building atm
Thank you for the speedy turn around time!