I seem to be having an issue where the Tailwind CSS styles I am applying to HTML elements are not updating during hot module reloading. I believe I have all the requirements, however I am stuck on figuring out what may be missing.
In my /frontend/entrypoints directory i have the following inside main.css:
Hi All,
First of all, awesome package!
I seem to be having an issue where the Tailwind CSS styles I am applying to HTML elements are not updating during hot module reloading. I believe I have all the requirements, however I am stuck on figuring out what may be missing.
In my
/frontend/entrypoints
directory i have the following inside main.css:I've updated my dev command to the following:
vite.config.js:
Attached is a quick loom recording: https://www.loom.com/share/aac1c4ea848646e3a5e4f88f63cb9b21?sid=fb82e0b3-895f-45cd-8a29-c48129b2cc50
Appreciate any help!