phax/ph-css

:not Selector parsed incorrectly

rockwotj opened this issue · 2 comments

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

phax commented

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!