Commit 9c35100
authored
fix(swingset): scan mosaic source for stylex css extraction
The postcss plugin's package auto-discovery only recognizes a dependency as a
StyleX package when its manifest lists `@stylexjs/stylex` under dependencies,
peerDependencies, or optionalDependencies. Moving it to `@clerk/ui`'s
devDependencies silently dropped `packages/ui/src/mosaic` from extraction, so
no `:root { --cl-* }` token defaults were emitted and the preview deploy
rendered unstyled. Name the source in `include` instead of relying on discovery.1 parent 4486d33 commit 9c35100
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments