Skip to content

Commit 4bfa93e

Browse files
committed
fix: 🐛 typography missing in import order
1 parent 5031e51 commit 4bfa93e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/design-tokens/SPECIFICATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@ token.setValueForMode(targetModeId, value);
452452
3. `spacing.dtcg.json` (number tokens with GAP scope)
453453
4. `radius.dtcg.json` (number tokens with CORNER_RADIUS scope)
454454
5. `sizing.dtcg.json` (number tokens with WIDTH_HEIGHT scope)
455-
6. `component.dtcg.json` (component-specific overrides)
455+
6. `typography.dtcg.json`
456+
7. `component.dtcg.json` (component-specific overrides)
456457

457458
**Collection Name Consistency (CRITICAL for Updates):**
458459

0 commit comments

Comments
 (0)