You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @christophe-ledu ,
Thanks for that report. A fix is on the way and will be released very soon.
This was linked to nested parenthesis which weren't taken into account for selectors.
Thanks for your patience.
Expected Behaviour
The content of the
:is()
is a selector itself ( https://developer.mozilla.org/en-US/docs/Web/CSS/:is )Actual Behaviour
Currently, parsing selector as in the following code split the selector with the
,
which doesn't workReproduce Scenario (including but not limited to)
Using a
:is()
with a,
inside the parenthesisSteps to Reproduce
Platform and Version
Linux, Node 18
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: