DioxusLabs / DioxusLabs/dioxus-template
Using tailwind and query params breaks styling
Open
- Dominant language
- Rust
- Stars
- 72
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
In Dioxus.toml:
`style = ["tailwind.css"]`
should be replaced with
`style = ["/tailwind.css"]`
Otherwise the router will match tailwind and return the page instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.