Update peer dependency version to include 4.0.0-beta.1#365
Update peer dependency version to include 4.0.0-beta.1#365philipp-spiess merged 1 commit intomainfrom
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.