Your design-token migration isn't done — here's a zero-dep CLI that finds the colors that escaped (opens in new tab)
You did the design-token migration. You celebrated. Then three months later someone changed the brand color, dark mode shipped, and a dozen buttons stayed stubbornly the old blue — because they still had background: #3f82f0 hardcoded instead of var(--primary), and nobody noticed. This is the boring, recurring way token systems rot: the migration is "done," but raw colors are still buried in components, and you don't find out until the day they break. So I built hexsweep — a zero-dependency CL...
Read the original article