css-author
Installation
SKILL.md
CSS Author Skill
This skill provides patterns for organizing CSS in modern, maintainable ways without build tools. We leverage native CSS features: @import for modularization, @layer for cascade control, and nesting for readability.
Philosophy
CSS should be:
- Native - No preprocessors or build steps required
- Modular - Organized by scope and purpose
- Predictable - Cascade layers eliminate specificity wars
- Semantic - Target elements, not class soup