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

feat(selectors): nth-match selector #5081

Merged
merged 1 commit into from Jan 22, 2021
Merged

feat(selectors): nth-match selector #5081

merged 1 commit into from Jan 22, 2021

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jan 21, 2021

Introduces :nth-match(ul > li, 3) css extension, with one-based index.

Fixes #3697.

@dgozman dgozman changed the title feat(selectors): index selector feat(selectors): nth-match selector Jan 21, 2021
docs/src/selectors.md Outdated Show resolved Hide resolved
docs/src/selectors.md Outdated Show resolved Hide resolved
docs/src/selectors.md Outdated Show resolved Hide resolved
Introduces :nth-match(ul > li, 3) css extension, with one-based index.
@dgozman dgozman merged commit 7a4b94e into microsoft:master Jan 22, 2021
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.

[Feature] allow selecting the second (k-th) selector match.
2 participants