ph-css icon indicating copy to clipboard operation
ph-css copied to clipboard

Multiple selectors not supported in :is() pseudo

Open PedroGuedesDT opened this issue 9 months ago • 1 comments
trafficstars

I'm exploring this library to develop a POC for a possible solution. Yet, in my tests, when i try to parse a valid CSS file that have a selector like this:

:is(p, a)

It complains that it don't expects the comma. But when i check some documentation, it is expected to support multiple values.

Check this: image Mozilla documentation

Am i doing something wrong, or is something that is not previewed to happen here?

PedroGuedesDT avatar Feb 11 '25 10:02 PedroGuedesDT