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?
For example: v4.0.14
What build tool (or framework if it abstracts the build tool) are you using?
For example: Next.js 15.2.3,
What version of Node.js are you using?
For example: v22.14.0
What browser are you using?
N/A
What operating system are you using?
For example: macOS
Reproduction URL I could not get code sandbox working but the broken.ts and works.ts is example code that "works" locally https://codesandbox.io/p/sandbox/lhdkh4?file=/src/broken.ts
Describe your issue
PluginUtils is no longer exported have to work around it. Not ideal.
The text was updated successfully, but these errors were encountered:
PluginUtils
tailwindcss/plugin
Export PluginUtils from tailwindcss/plugin (#17299)
a1acaee
Closes #17293 We used to export this in v3 so might as well bring it back for the `tailwindcss/plugin` export list.
Hey!
This has been fixed by #17299 and will be available in the next release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of Tailwind CSS are you using?
For example: v4.0.14
What build tool (or framework if it abstracts the build tool) are you using?
For example: Next.js 15.2.3,
What version of Node.js are you using?
For example: v22.14.0
What browser are you using?
N/A
What operating system are you using?
For example: macOS
Reproduction URL
I could not get code sandbox working but the broken.ts and works.ts is example code that "works" locally
https://codesandbox.io/p/sandbox/lhdkh4?file=/src/broken.ts
Describe your issue
PluginUtils is no longer exported have to work around it. Not ideal.
The text was updated successfully, but these errors were encountered: