01Prioritizes framework-native patterns and component APIs to avoid style overrides and `!important`.
02Identifies and enforces the project's CSS methodology (e.g., Tailwind, BEM, CSS Modules).
03Enforces the use of design system tokens for colors, spacing, and typography over hardcoded values.
04Provides guidance on CSS organization, logical property ordering, and consistent naming conventions.
05Promotes performance best practices, including CSS purging and tree-shaking for production builds.
06213 GitHub stars