DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

dioxus-cli generate old tailwind fullstack example with multipage bug #2186

Open gusinacio opened 3 months ago

gusinacio commented 3 months ago

Problem

I created a fullstack project using the dx cli and selected to use Tailwind. The problem is that it uses the older configuration via Dioxus.toml style config in [web.resource]. The starter code contains a bug already mapped and fixed on #1292.

Steps To Reproduce

Steps to reproduce the behavior:

Create a starter code using the latest example from examples/fullstack/tailwind or create an example with the fixed version using style = ["/tailwind.css"]

Screenshots

If applicable, add screenshots to help explain your problem.

Environment:

Questionnaire