tailwindlabs / tailwindcss.com

The Tailwind CSS documentation website.
https://tailwindcss.com
3.25k stars 1.72k forks source link

Incomplete Vite setup instructions #1830

Closed knivets closed 3 months ago

knivets commented 3 months ago

https://stackoverflow.com/a/77830926/1491475

adamwathan commented 3 months ago

Hey! I just followed all of the steps from the documentation line for line and everything works as expected. Here's the project:

https://github.com/adamwathan/my-vite-tw-project

knivets commented 3 months ago

Thanks for the quick reply! Apologies, I was porting my app from CRA to Vite and forgot to run the npx tailwindcss init -p which generates the postcss config file!