DioxusLabs / DioxusLabs/dioxus
dx serve to respect tailwind_input
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
`dx serve` does not respect `tailwind_input` param in Dioxus.toml
currently it is hardcoded all over the code https://github.com/DioxusLabs/dioxus/blob/main/packages/cli/src/tailwind.rs
**Environment:**
- Dioxus version: 0.71
- Rust version: 1.91.1 (ed61e7d7e 2025-11-07)
- OS info: linux mint
- App platform: desktop
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in packages/cli/src/tailwind.rs, then trace how dx serve reads Dioxus.toml and handles the tailwind_input parameter. Confirm where the input path is currently hardcoded. Done means dx serve uses the configured tailwind_input value instead of the hardcoded path, including for the desktop environment described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100