css
Installation
SKILL.md
CSS Best Practices
Production-grade CSS development with architectural principles, proper specificity management, and maintainable patterns.
Core Principles
- Single Responsibility - Each class handles one concern only
- Open/Closed - Open for extension, closed for modification
- Immutable CSS - Utilities and objects never change after creation
- Behavior over implementation - Focus on what the code does, not how
- Accessibility first - Semantic HTML before ARIA, proper contrast and sizing