How I stopped Figma design tokens from drifting away from production CSS
I ran into this in a product design workflow where Figma tokens were exported into a frontend theme. The issue was button spacing and text colors matched in Figma but drifted in production after two releases. At first I blamed engineers ignoring the design file, but it showed up whenever designers renamed token groups during a component cleanup. This caused QA kept filing visual bugs that…