Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple selectors not supported in :is() pseudo #110

Open
PedroGuedesDT opened this issue Feb 11, 2025 · 1 comment
Open

Multiple selectors not supported in :is() pseudo #110

PedroGuedesDT opened this issue Feb 11, 2025 · 1 comment
Assignees

Comments

@PedroGuedesDT
Copy link

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?

@phax phax self-assigned this Feb 11, 2025
@phax
Copy link
Owner

phax commented Feb 11, 2025

Hi @PedroGuedesDT, can you please post the example snippet here. What version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants