DEV Community

Discussion on: How to Set Up SvelteKit with Tailwind CSS

Collapse
 
ercode profile image
Erkut TEKOĞLU

Everything has the latest version.
By the way, I found a quick solution for all just in 3 steps:

In the app directory,
(1) npm init svelte@next
(2) npx svelte-add@latest tailwindcss
(3) npm install

Everything is working great!
I would be very happy if you add this to the guide.

Thread Thread
 
swyx profile image
swyx

will do