dioxus-template icon indicating copy to clipboard operation
dioxus-template copied to clipboard

Fullstack template has wrong default platform

Open ochrons opened this issue 2 years ago • 1 comments

https://github.com/DioxusLabs/dioxus-template/blob/main/Fullstack/Dioxus.toml

It's currently web but it should be

default_platform = "fullstack"

ochrons avatar Apr 17 '24 12:04 ochrons

Not creating a new issue, but if tailwind is enabled, the styles are reset to nothing, making the app look horrible. The main.rs should also be updated to reflect the use of tailwind.css

ochrons avatar Apr 17 '24 13:04 ochrons