Definition

What is Token Drift?

The gradual divergence between design tokens in Figma and their implementations in code, causing visual inconsistencies across platforms.

Why It Matters

Token drift occurs when design tokens get out of sync between design tools and code. A designer updates color.primary in Figma but the CSS variable isn't updated. Or a developer adds a new spacing token that doesn't exist in design. Over time, these small drifts compound into significant inconsistencies between designed and implemented products.

Examples

1

The primary button is #0066CC in Figma but #0052A3 in the React component library.

2

Figma uses 8px/16px/24px spacing while code has 8px/12px/16px/24px/32px.

3

A new icon token was added in code for dark mode but never reflected in the Figma library.

How BiblioKit Helps

ComponentQA helps identify token drift by auditing designs for hardcoded values and flagging tokens that may need synchronization.

Explore More Design Terms

Browse our complete glossary of Figma and design systems terminology.