DEV Community

Discussion on: Tailwind + React: Setup and Design Patterns

Collapse
 
rfitz profile image
Ryan Fitzgerald

I agree, Tailwind is great! PostCSS is what generates the Tailwind CSS output, so you can change the script to include the --watch flag which should handle what you're looking for. With that enabled, it'll watch for changes to input file and re-generate as they happen.