Closed
Description
What version of Tailwind CSS are you using?
4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack 5.28.0
tailwindcss-linux-x64-4.0.0
What version of Node.js are you using?
N/A
What browser are you using?
N/A
What operating system are you using?
Linux/Fedora
Reproduction URL
N/A
Describe your issue
When running the following command:
~/.local/bin/tailwindcss-linux-x64-4.0.0 --output ./static/tailwind.css --minify --input ./static/app.css
The command fails with no errors output to terminal and no CSS file is built. Running the --watch
flag has the same result.
As there are no errors, it is impossible to diagnose the issue further. The previous used version 3.4.14
worked.