-
Notifications
You must be signed in to change notification settings - Fork 226
Plugins doesn't seem to load in tailwind v4 #178
New issue
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
Comments
Hey! You can use Going to close this but this needs updating in our projects README you are right. Will see to get to it this week. 👍 |
How to define |
@arthurshlain Like this: @plugin "@tailwindcss/typography" {
strategy: class;
} |
Please can you update the documentation? This isn't mentioned anywhere in this repository. |
I noticed using This worked: @plugin "@tailwindcss/forms" {
strategy: base;
} This way you don't need to attach any classes to your forms. |
What version of @tailwindcss/forms are you using?
latest
What version of Node.js are you using?
20
What browser are you using?
n/a
What operating system are you using?
osx
Reproduction repository
https://github.com/tailwindlabs/tailwindcss-forms
Describe your issue
Tailwind4 drops the tailwind config, what is now the preferred way of importing the plugin?
The text was updated successfully, but these errors were encountered: