Tools wave 1 — contrast checker + e2e suite
First Koder Design tool ships: a client-side WCAG 2.2 contrast checker at `/tools/contrast/`. Same pattern Material.io uses for its colour tools, but runs entirely in the browser — nothing leaves the page. Alongside, a fresh end-to-end test suite (chromedp + headless Chrome) caught a CSS-token scoping bug that escaped three earlier fix attempts: the inactive theme button was re-defining `--kdr-text` on itself because `[data-theme="dark"]` matched both `<html>` AND `<button data-theme="dark">`. Scoping the rule to `:root[data-theme="dark"]` cleared it.
Migração: v0.3.0
- Adicionadas
- +1450
- Removidas
- −80
- Arquivos
- 11