Description
No hex-to-HSL conversion table or formula in CSS-THEMING.md. Developer still has to convert manually
Recommendations
Add hex-to-HSL reference to CSS-THEMING.md
Embed an inline formula comment (/* hue = X, saturation = Y%, lightness = Z% */) in the HSL token example or add a small lookup table for the 5–10 most common brand palette colors. The token structure is documented; the conversion step is not.
Description
No hex-to-HSL conversion table or formula in CSS-THEMING.md. Developer still has to convert manually
Recommendations
Add hex-to-HSL reference to CSS-THEMING.md
Embed an inline formula comment (/* hue = X, saturation = Y%, lightness = Z% */) in the HSL token example or add a small lookup table for the 5–10 most common brand palette colors. The token structure is documented; the conversion step is not.