css-inspector
Installation
SKILL.md
CSS Inspector Skill
This skill helps you understand how CSS rules interact through the cascade, specificity, and inheritance. I'll analyze your CSS to reveal computed styles, explain why certain rules apply, and suggest simplifications.
What I Can Analyze
Specificity Calculations
- Calculate selector specificity
- Compare competing rules
- Identify specificity issues
- Suggest lower-specificity alternatives
Cascade Analysis
- Show rule application order
- Identify overridden rules
- Explain cascade layers
- Track source order impact