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
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.