--watch command doesn't rebuild @import files automatically #9614
-
Hi, I found an issue after updating tailwind from 3.1.8 to 3.2.0 Here is the package.json: And the main.css: So whenever I save custom.css, tailwind doesn't rebuild ./public/css/style.css, unlike the previous version (3.1.8) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Thank you for your bug report! This should be fixed by #9617, and will be available in the next release. You can already try it by using the insiders build |
Beta Was this translation helpful? Give feedback.
Hey! Thank you for your bug report!
Much appreciated! 🙏
This should be fixed by #9617, and will be available in the next release.
You can already try it by using the insiders build
npm install tailwindcss@insiders
.