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

Using tailwind and query params breaks styling

Open definitelynobody opened this issue 1 year ago • 0 comments

In Dioxus.toml:

style = ["tailwind.css"]

should be replaced with

style = ["/tailwind.css"]

Otherwise the router will match tailwind and return the page instead.

definitelynobody avatar Nov 23 '23 17:11 definitelynobody