We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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? @tailwindcss/cli
What version of Node.js are you using? Bun 1.2.x
What browser are you using? Edge
What operating system are you using? Windows
Reproduction URL N/A - error is in the build process and can't be replicated on play
Describe your issue When running bunx @tailwindcss/cli -i ./Blazor/Blazor/wwwroot/app.css -o ./Blazor/Blazor/wwwroot/app.min.css --watch it intermittently outputs TypeError: Cannot read properties of undefined (reading 'nodes')
bunx @tailwindcss/cli -i ./Blazor/Blazor/wwwroot/app.css -o ./Blazor/Blazor/wwwroot/app.min.css --watch
TypeError: Cannot read properties of undefined (reading 'nodes')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
@tailwindcss/cli
What version of Node.js are you using?
Bun 1.2.x
What browser are you using?
Edge
What operating system are you using?
Windows
Reproduction URL
N/A - error is in the build process and can't be replicated on play
Describe your issue
When running
bunx @tailwindcss/cli -i ./Blazor/Blazor/wwwroot/app.css -o ./Blazor/Blazor/wwwroot/app.min.css --watch
it intermittently outputsTypeError: Cannot read properties of undefined (reading 'nodes')
The text was updated successfully, but these errors were encountered: