fix(#4358): resolve parent selectors in comma-separated pseudo-selector lists#4408
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
¬ replaced inside:not(&.a, &.b)and similar comma-separated pseudo-selector listsreplaceParentSelectorencounters a nested selector containing sub-Selectors (comma-separated list), it now processes each sub-Selector individually with recursive calls:is()and:not()with single and multiple comma-separated parent selectorsTest plan
:is()and:not()with single and multiple comma-separated parent selectors