dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

respect tailwind_input when detecting tailwind v3 or v4

Open LilahTovMoon opened this issue 1 month ago • 0 comments

Fix: https://github.com/DioxusLabs/dioxus/issues/5152

If you don't have tailwind.css in the manifest_dir, it won't detect that you're using tailwind even if you've set a custom tailwind_input.

This makes it respect the tailwind_input var when looking for tailwind.css or the v3 config files.

LilahTovMoon avatar Dec 28 '25 20:12 LilahTovMoon