Closed DickyChengg closed 6 months ago
The manganis _STYLE
line that includes the stylesheet should be linking it, however, it requires the app to be built with the Dioxus CLI to work. Perhaps you weren't running it with the CLI? If not, you can install it with cargo install dioxus-cli
Haa I see, I missed this one. Thanks for the explanation, I'm using VS Code terminal and almost give up to resolve this issue π
Contribute
Is there something that I can do to update the Tailwind Example Project?
I'm having hard time to figure out how to include the tailwind css even I had followed this example. But it turns out there is something missing. (Or maybe I miss something else π€)
I have to add the css_url to the virtual_dom config on launch to make it worked as expected:
I haven't tried to configure it on mobile apps because I'm still a lil bit confuse on how to setup the Cargo and checking the platform. ps: I'm really new to Rust π .
Result:
I hope the next person can save a lot of time to configure TailwindCss plus they don't have to explain everything to ChatGP, Codiumate and Bard on "how to fix this" kekw.
Thanks to Bard.