- How is pretty-print different from format?
- Pretty print adds syntax highlighting and optional property sorting. The formatter only indents. Use pretty-print for docs/code-review; formatter for commits.
- What gets colored?
- Selectors, properties, values, units, and comments each get a distinct color. The copy output is plain text — colors are for display only.
- Does it handle CSS variables and calc()?
- Yes — var() and calc() are highlighted as expressions. Nested calc() and min()/max() format correctly.
- Can I print the result?
- Yes, browser print produces the colored output on A4/Letter. Useful for whiteboarding a design system or printing snippets for a code review.