id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, tech_stack
id
title
category
status
canonical_id
aliases
duplicate_of
source_trust_level
confidence_score
verification_status
tags
raw_sources
last_reinforced
github_commit
tech_stack
wiki-2026-0508-figma-tokens-studio
Figma Tokens Studio
10_Wiki/Topics
verified
self
Tokens Studio
Figma Design Tokens Plugin
none
A
0.9
applied
figma
design-tokens
design-system
2026-05-10
pending
language
framework
JSON
Figma Plugin
Figma Tokens Studio
매 한 줄
"매 Tokens Studio = Figma 안의 design token source-of-truth + Style Dictionary 연동." . 매 W3C Design Tokens Format Spec (DTCG, 2024-)에 매 align — 매 plugin이 매 token 의 JSON 의 Figma styles + variables 의 sync. 매 modern flow는 Tokens Studio → GitHub PR → Style Dictionary build → CSS/Tailwind/iOS/Android 의 multi-platform 출력.
매 핵심
매 token types
color, dimension, fontFamily, fontWeight, lineHeight, letterSpacing, opacity, borderRadius, boxShadow, typography (composite).
매 alias {global.color.primary.500} — 매 reference 의 통한 indirection.
매 sets / themes
Set : 매 token 의 그룹 (global, brand-A, light, dark).
Theme : 매 set 의 enabled combination (e.g., brand-A + light).
매 multi-brand × multi-mode 의 매 표현.
매 응용
Figma Variables sync — 매 plugin이 매 native variables 의 push.
Code export — Style Dictionary → CSS custom props / Tailwind theme / iOS UIColor.
Git sync — Tokens Studio Pro → GitHub repo, PR-based review.
💻 패턴
1. DTCG token JSON shape
2. Alias / reference
3. Style Dictionary config
4. CSS output
5. Tailwind preset from tokens
6. Themes via attribute
7. GitHub Action (build on PR merge)
8. Figma Variables JSON (native, post-2024)
매 결정 기준
상황
Approach
단일 brand
Tokens Studio Free + JSON export.
Multi-brand / Pro
Tokens Studio Pro + GitHub sync.
Native Figma only
Figma Variables direct.
Multi-platform code
Style Dictionary build pipeline.
매 component spec
Tokens + auto-generated docs.
기본값 : Tokens Studio + DTCG JSON + Style Dictionary + Tailwind.
🔗 Graph
🤖 LLM 활용
언제 : 매 token JSON 의 scaffolding, Style Dictionary config, 매 alias 검증.
언제 X : 매 visual review — Figma 안에서 매 designer 의 confirm.
❌ 안티패턴
Hard-coded hex in code : 매 token bypass — drift 발생.
Token name with semantic in global : 매 color.button 의 global 안에 — 매 brand layer 분리.
No alias : 매 매 component-level token 의 raw value — refactor 의 어려움.
Manual sync : 매 designer가 매 figma update + dev가 매 code update — 매 GitHub action 자동화.
🧪 검증 / 중복
Verified (tokens.studio docs 2024-2026, DTCG spec).
신뢰도 A.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — Tokens Studio + DTCG + Style Dictionary