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
-**Semantic groups**: Walk `textSemantic.light` keys → look up `light['--text-' + key]` and `dark['--text-' + key]`
72
72
73
73
### Typography
74
-
Static JS array in `typography.js` mirroring the CSS values from `packages/theme/src/tailwind/semantic-texts-plugin.js`. Class name strings must appear as literals (not dynamically constructed) so Tailwind's scanner includes them.
74
+
Static JS array in `typography.js` mirroring the CSS values from `packages/theme/src/tailwind/semantic-texts-plugin`. Class name strings must appear as literals (not dynamically constructed) so Tailwind's scanner includes them.
75
75
76
76
### Spacing
77
-
Same approach as Typography — static array mirroring `semantic-spacing-plugin.js`.
77
+
Same approach as Typography — static array mirroring `semantic-spacing-plugin`.
78
78
79
79
### Icons
80
80
```js
@@ -217,6 +217,6 @@ Creates the entire infrastructure. All subsequent phases reuse it.
0 commit comments