css-math-units
Installation
SKILL.md
CSS Math Units
Use this skill to trace how CSS values become computed layout values. It is useful for unit conversion, inherited size multiplication, calc expressions, custom property math, and box model sizing.
Quick Start
- Read
guidelines.mdto select the smallest relevant file set. - Load
references/css-calculations/rules.mdfor implementation decisions. - Load
references/css-calculations/examples.mdwhen editing code. - Use
workflows/debug-css-calculation.mdfor multi-step derivation or debugging.