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
Copy file name to clipboardExpand all lines: packages/design-tokens/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ Build tokens for consumer apps:
18
18
yarn tokens:build
19
19
```
20
20
21
+
Optionaly, use "watch" mode for automatic builds on file changes:
22
+
23
+
```sh
24
+
yarn tokens:build:watch
25
+
```
26
+
21
27
## CSS Variable Prefix
22
28
23
29
All generated CSS variables use the `--cui-` prefix (Click UI). This prefix is defined in `config.js` to ensure consistent namespace variable names across all consumer client applications.
0 commit comments