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
I have been following the instructions here https://next.shadcn-svelte.com/docs/installation/sveltekit to set up shadcdn with svelte, which involves installing Tailwind. However, the command npx sv add tailwindcss doesn't seem to apply any changes to my codebase.
~/projects/sveltejs-kit-template-default-sr1rca5l
❯ npx sv add tailwindcss
Need to install the following packages:
[email protected]
Ok to proceed? (y)
┌ Welcome to the Svelte CLI! (v0.6.10)
Normally, it lets you select which plugins you want to choose (this is btw how it works for me locally):
┌ Welcome to the Svelte CLI! (v0.6.10)
│
◆ Which plugins would you like to add?
│ ◻ typography (@tailwindcss/typography)
│ ◻ forms
│ ◻ container-queries
└
Im able to reproduce the error inside stackblitz though. Is this where you initially experience the error, or was this locally?
Describe the bug
I have been following the instructions here https://next.shadcn-svelte.com/docs/installation/sveltekit to set up shadcdn with svelte, which involves installing Tailwind. However, the command
npx sv add tailwindcss
doesn't seem to apply any changes to my codebase.Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-sr1rca5l?file=package.json
-> in the terminal, type
npx sv add tailwindcss
Logs
System Info
Severity
serious, but I can work around it
Additional Information
I'm not actually sure what I'm expected to see, but probably some changes to the package.json and app.css ?
The text was updated successfully, but these errors were encountered: