DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Tailwind classes are not hot reloaded #2180

Open ealmloff opened 3 months ago

ealmloff commented 3 months ago

Problem

The blog post says that tailwind classes can now be hot reloaded, but they currently require a full recompile

Steps To Reproduce

Steps to reproduce the behavior:

Expected behavior

In the blog post we mention that tailwind hot reloading is supported: Screenshot 2024-03-29 at 8 32 45 AM

Environment:

Questionnaire

jkelleyrtp commented 3 months ago

I get these working for me but I did have to play with it a bit

bryant-video commented 1 month ago

I get these working for me but I did have to play with it a bit

what did you do, i cannot get tailwind class changes autoreloading