fix(css/parser): correctly parse container query scroll-state#9254
fix(css/parser): correctly parse container query scroll-state#9254
Conversation
🦋 Changeset detectedLatest commit: d82d74b The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughThis PR fixes a CSS formatter bug where Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
denbezrukov
left a comment
There was a problem hiding this comment.
Hmm, that’s weird. Thanks for the fix!
I'll try to figure out what exactly caused it, since I haven't touched that code.
Summary
Closes #8842
With the help of an AI agent, it turns out the parser was at fault.
Test Plan
Added new tests
Docs