Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive CSS styling guide for the Saleor Dashboard as a skill document for Claude AI assistant. The guide documents the two-strategy approach to styling React components using the macaw-ui design system.
Changes:
- Added new skill documentation file that describes when and how to use Box component inline props versus CSS modules
- Documents design token usage patterns and CSS variable conventions
- Defines anti-patterns to avoid (inline styles, plain CSS files, hardcoded colors)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6354 +/- ##
=========================================
Coverage 42.76% 42.76%
=========================================
Files 2517 2517
Lines 43761 43761
Branches 10379 9953 -426
=========================================
Hits 18715 18715
- Misses 23716 25008 +1292
+ Partials 1330 38 -1292 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.