-
-
Notifications
You must be signed in to change notification settings - Fork 790
chore(core): add CSS variant information to the source file #8095
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
Conversation
|
WalkthroughThis PR establishes CSS variant support infrastructure by introducing a Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (3)📚 Learning: 2025-08-20T16:24:59.781ZApplied to files:
📚 Learning: 2025-11-09T12:47:46.298ZApplied to files:
📚 Learning: 2025-10-25T07:22:18.540ZApplied to files:
🧬 Code graph analysis (1)crates/biome_service/src/workspace/server.rs (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (8)
Comment |
CodSpeed Performance ReportMerging #8095 will not alter performanceComparing Summary
Footnotes
|
dyc3
left a comment
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.
Makes sense to me
…8095) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…8095) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Summary
This is an internal code change that doesn't effect formatting and lint rules yet.
This PR updates the
CssFileSourcetype to new variants:CssModulesandTailwindCss. These variants are computed when opening the file from the Workspace.This information will allow us to better target lint rules, such as #8083
Test Plan
CI should stay green
Docs