chore(core): add CSS variant information to the source file#8095
chore(core): add CSS variant information to the source file#8095
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
|
…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