Commit c92e0b2
committed
fix(dashboard): Import vendored shadcn CSS from design-tokens
The dashboard stylesheet imported "shadcn/tailwind.css", but shadcn was never
a declared dependency — it only reached the dashboard transitively via
@vendure-io/design-tokens. Version 2.0.0-beta.8 of design-tokens dropped that
dependency, so any install resolving the ^2.0.0-beta.7 range forward lost the
package entirely and the stylesheet failed to build.
design-tokens 2.0.0-beta.9 vendors the same CSS and exposes it as
./css/shadcn, so import it from there and raise the minimum to beta.9.1 parent f119a4a commit c92e0b2
3 files changed
Lines changed: 9 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments