Commit 07cff85
fix(css): Tailwind must scan pro/ — gitignored dir was excluded, dropping pro-only utilities
Tailwind v4 auto-detects content but skips .gitignored paths; pro/ is gitignored,
so any utility used only in pro screens (e.g. gap-x-16) was never generated —
silently breaking pro layout/spacing (the 'kissing' cards). Add @source for
pro/renderer. No-op in the open build (pro/ absent).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4e05bd6 commit 07cff85
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments