-
Notifications
You must be signed in to change notification settings - Fork 288
Update peer dependency version to include 4.0.0-beta.1 #365
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e879d33
to
ea7f6cc
Compare
I'm a little confused, what is the recommended way to configure this plugin in Tailwind v4? Or is this currently only possible via the config file or a wrapper plugin? |
Yea extended configuration will require a JS config file, if you're fine with the defaults you can enable it via |
Where do I put ? @plugin 'tailwindcss-typography'; |
In the CSS file where you have But as far as configuring the plugin goes, currently Tailwind v4 doesn't appear to be able have interoperability between both |
I believe that should be |
Question: Custom CSS now has a lower specificity than before because custom CSS is applied via layer EDIT: Nvm, fixed it by importing the CSS with higher specificity (which actually caused the issue) into the |
where are the install instructions for tw v3? |
Same as #358 but for beta releases.