template-vite-react icon indicating copy to clipboard operation
template-vite-react copied to clipboard

[Feature]: Install Tailwind using Vite instead of PostCSS

Open DoNotWorr opened this issue 8 months ago • 0 comments

What is the new or updated feature that you are suggesting?

As an alternative to #1285, Tailwind documentation recommends installing Tailwind using Vite projects using React-Router:

Using Vite: Installing Tailwind CSS as a Vite plugin is the most seamless way to integrate it with frameworks like Laravel, SvelteKit, React Router, Nuxt, and SolidJS.

Using PostCSS: Installing Tailwind CSS as a PostCSS plugin is the most seamless way to integrate it with frameworks like Next.js and Angular.

Why should this feature be included?

Tailwind documentation recommends it

DoNotWorr avatar Mar 05 '25 22:03 DoNotWorr