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
Using the installation process I get a message stating that tailwind.config.ts doesn't exist. It seems that Svelte CLI 0.6.20 is trying to use Tailwindcss 4.0.0.
svelte/cli just updated to tailwind v4 @huntabyte I think Skeleton is just pinning the latest v3 version in their docs until they support v4? Should we do the same?
Describe the bug
Using the installation process I get a message stating that
tailwind.config.ts
doesn't exist. It seems thatSvelte CLI 0.6.20
is trying to useTailwindcss 4.0.0
.If I use
[email protected]
everything works as usual.npx [email protected] create my-app
npx [email protected] add tailwindcss
Reproduction
Do the installation process and when you get to
npx shadcn-svelte@next init
it states thattailwind.config.ts
doesn't exist.Logs
System Info
Severity
blocking all usage of shadcn-svelte
The text was updated successfully, but these errors were encountered: