Improve interaction with Dioxus hot reload (if possible)
As far as I understand, the new hot reload functionality is very limited and only works for changes of static content inside rsx! calls. Using this crate probably doesn't work all that well with that. Or in other words: changing styles would basically always result in a full recompile. As the live reload daemon can't possible know what css! is doing.
It might be worth thinking about how this crate can work better with hot reloading. Though I have no ideas yet and maybe it's just impossible with this kind of hot reloading.