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

Selector functions parse :nth-child(... of ...) incorrectly #2961

Open
nex3 opened this issue Aug 7, 2019 · 0 comments
Open

Selector functions parse :nth-child(... of ...) incorrectly #2961

nex3 opened this issue Aug 7, 2019 · 0 comments
Labels
Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem Dart Backport Done

Comments

@nex3
Copy link
Contributor

nex3 commented Aug 7, 2019

LibSass's selector functions drop the of when parsing :nth-child(... of ...). For example, selector-parse(":nth-child(n of a)") returns :nth-child(n a).

@nex3 nex3 added the Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem label Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility - P3 Minorly important for compatibility with the Sass spec and ecosystem Dart Backport Done
Projects
None yet
Development

No branches or pull requests

2 participants