I'm trying to add tailwind to an existing vite project. The css I'm importing in main.ts is built and served on the initial page load, but when I save a file that tailwind.config is configured to trigger on I don't get a new css file via HMR (HMR is working fine for js)
Any tips on how to debug this? (I'm new to vite)
I got tailwind HMR working on a clean vite project. I've spent a lot of time making sure that the configuration is the same in both projects, but I can't get it working.