fix(issue#4356): parenthesis in media query#4427
fix(issue#4356): parenthesis in media query#4427puckowski wants to merge 1 commit intoless:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe changes enhance media feature parsing in the LESS parser with more robust closing parenthesis tracking using a local closed flag, and introduce corresponding test cases for complex nested media query conditions combining color and hover states. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip You can get early access to new features in CodeRabbit.Enable the |
What:
Why:
This Less:
results in
Parsing error, missing closing ')',The syntax is valid CSS so it should be supported. (Per: https://jigsaw.w3.org/css-validator/validator)
Checklist:
Summary by CodeRabbit
Bug Fixes
Tests