-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
TailwindCli looks for tailwind.css, tailwind.config.js, or tailwind.config.ts in the manifest_dir. If you're using a custom tailwind_input in the Dioxus.toml, it will see no tailwind.css and not compile your custom tailwind CSS file.
Steps To Reproduce
Steps to reproduce the behavior:
- dx new
- mv tailwind.css tw.css
- edit Dioxus.toml to add
tailwind_input = "tw.css"under[application] - dx serve --web
- look at assets/tailwind.css and see that it's empty since it didn't compile the contents of tw.css into it.
Expected behavior
It should determine that it's using Tailwind v4 based on the location specified with tailwind_input
Environment:
- Dioxus version: 0.72
- Rust version: 1.92.0 (ded5c06cf 2025-12-08)
- OS info: macOS 26.2 (Tahoe)
- App platform: web
PR
dxps
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working