You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailwind v4 style imports do not work when the paths are in non-standard locations for the cli. Tailwind v3 worked fine with this setup.
This folder structure is typical of gradle projects; the input css would likely be in some resources folder, and the node_modules is managed under build/js. The repo above demonstrates the issue.
The text was updated successfully, but these errors were encountered:
Hey! Appreciate the bug report. I just pushed a fix of this into the main branch that will be out in the next patch release later this week. Thank you again!
What version of Tailwind CSS are you using?
v4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
Gradle, but I've got a reproducible CLI example attached
What version of Node.js are you using?
For example: v9.2.0
What browser are you using?
N/A
What operating system are you using?
Linux
Reproduction URL
https://github.com/reubenfirmin/tailwindv4-import-bug/
Describe your issue
Tailwind v4 style imports do not work when the paths are in non-standard locations for the cli. Tailwind v3 worked fine with this setup.
This folder structure is typical of gradle projects; the input css would likely be in some resources folder, and the node_modules is managed under build/js. The repo above demonstrates the issue.
The text was updated successfully, but these errors were encountered: