css
Installation
SKILL.md
CSS Style Guide
This skill applies Google's CSS style guide conventions to ensure clean, maintainable, and efficient CSS code.
Core Principles
Valid CSS
Use valid CSS code tested with W3C CSS Validator:
- Catches errors early
- Ensures browser compatibility
- Improves maintainability
- Exception: vendor-specific prefixes and required proprietary syntax
Meaningful Class Names
Use functional or generic class names, not presentational: