-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx sv add tailwindcss seems to do nothing #389
Comments
Normally, it lets you select which plugins you want to choose (this is btw how it works for me locally):
Im able to reproduce the error inside stackblitz though. Is this where you initially experience the error, or was this locally? |
I discovered the error locally first. |
Interesting! At least in stackblitz this seems to affect all other adapters. But for whatever reason the |
Seems like one of our preconditions is causing this problem. Workaround:
By any chance, do you have a local |
Hmm, I can't actually reproduce it anymore locally. I use git daily though. Weird! |
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: