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-beta.2
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind CLI.
What version of Node.js are you using?
v22.11.0
What browser are you using?
Doesn't matter.
What operating system are you using?
Linux.
Reproduction URL
Steps in README.md:
README.md
https://github.com/dotfrag/tailwind-issue-repro
Describe your issue
Repro steps in repo README.
With the following CSS:
@import 'tailwindcss'; @theme { --font-sans: "Inter"; }
The node process is idling at 0.x CPU.
Then if you introduce bad css:
@import 'tailwindcss'; @theme { --font-sans: "Inter", theme('fontFamily.sans'); }
The node process CPU usage skyrockets to 20% causing 70C+ temps.
The CPU usage does not go down when removing the bad code.
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-beta.2
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind CLI.
What version of Node.js are you using?
v22.11.0
What browser are you using?
Doesn't matter.
What operating system are you using?
Linux.
Reproduction URL
Steps in
README.md
:https://github.com/dotfrag/tailwind-issue-repro
Describe your issue
Repro steps in repo README.
With the following CSS:
The node process is idling at 0.x CPU.
Then if you introduce bad css:
The node process CPU usage skyrockets to 20% causing 70C+ temps.
The CPU usage does not go down when removing the bad code.
The text was updated successfully, but these errors were encountered: