You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokenctl uses a three-layer architecture: Brand (raw values) → Semantic (meaning) → Component (usage). See [TOKENS.md](TOKENS.md#token-architecture) for the full diagram, rationale, and layer reference rules.
59
+
60
+
### Layer Example
81
61
82
62
```json
83
63
{
@@ -104,24 +84,6 @@ tokenctl supports a three-layer architecture that enforces clean separation:
104
84
}
105
85
```
106
86
107
-
### Why Layers Matter
108
-
109
-
**Without layers:**
110
-
```css
111
-
/* Component directly references raw value - tight coupling */
0 commit comments