Vue designer tailwind styling problem

Happy to hear :slightly_smiling_face:

Most of the times, HMR applies just fine.

But there are times when a ā€œlittle nudgeā€ with Alt+S might be required to force the HMR update.

If Alt+S also didnā€™t help, then refreshing the app (Cmd/Ctrl+R) will be the next step.

Else, there probably is some issue with the code, and thatā€™s why the change is not showing up. Best to review your code and troubleshoot by looking at any errors/warnings logged in the devtools (menu: Vue > Open devtools)

Troubleshooting page in our docs cover the above, definitely worth a read :open_book:.