-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Improve usage of postcss-selector-parser #1842
Conversation
*/ | ||
let result = null | ||
while (node) { | ||
if (node.type === 'combinator') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The component-tags-order rule does not use the combinator, but it does handle the combinator so that it can be used in future changes. It has also been tested.
The CI for pull requests from some forks doesn't seem to work. But I don't know the rules. The settings appear to be set to build pull requests from forks as well. |
0b2e7fa
to
6c8cc62
Compare
Co-authored-by: Flo Edelmann <[email protected]>
Co-authored-by: Flo Edelmann <[email protected]>
Co-authored-by: Flo Edelmann <[email protected]>
Co-authored-by: Flo Edelmann <[email protected]>
Co-authored-by: Flo Edelmann <[email protected]>
Thank you for checking this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
This PR followup for #1825.
Also, fixing the linting errors. (Circle CI didn't seem to work well 🤔)Fixed #1843Also, I made a small change in the documentation.