Skip to content

Add support for pseudo class :is#59

Open
tornqvist wants to merge 3 commits into
leeoniya:masterfrom
tornqvist:pseudo-class-is
Open

Add support for pseudo class :is#59
tornqvist wants to merge 3 commits into
leeoniya:masterfrom
tornqvist:pseudo-class-is

Conversation

@tornqvist

Copy link
Copy Markdown

Adds support for the :is selector (aka. :matches, :any).

I also took the opportunity to add .gitignore and .npmrc files to exclude node_modules and package-lock without being dependent on local config.

@leeoniya

leeoniya commented Feb 7, 2022

Copy link
Copy Markdown
Owner

thanks :)

of course the main use case for this selector is with a list of sub-selectors > 1 (which would be a good thing to add in future alongside lists in :not()).

https://developer.mozilla.org/en-US/docs/Web/CSS/:is

@tornqvist

Copy link
Copy Markdown
Author

Agreed, this is mainly a quick fix to prevent crashing on unrecognized pseudo classes.

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

Successfully merging this pull request may close these issues.

2 participants