When using npx sv create my-app DONT choose install tailwind ('border-border error') #1717
jramiroz98
started this conversation in
General
Replies: 1 comment
-
thank you. I was struggling with this the other day and instead of getting into it just forked a previous project and then updated it. I assume this is going to be fixed on the full release Svelte 5 and Tailwind 4 support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using
npx sv create my-app
dont select 'install tailwind'Instead use
pnpm dlx sv@0.6.18 add tailwindcss
after everything else svelte related is installedElse you'll get a 'border-border' error
Hope it helps someone! Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions