-
Notifications
You must be signed in to change notification settings - Fork 9
Tailwind CSS Vesion 3 Breaking Change #3
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, thank you! Did the update on my boilerplate yesterday and works fine: Maybe you can share your a bit more details. |
Hi David, Thanks for your reply. Appears to be related to the same issue as tailwindlabs/play.tailwindcss.com#102, but not sure. Yes, issue occurs on local dev and the playground. I also upgraded your plugin to v1.3.2. I also see that Tailwind has just been updated to v3.0.1, so I'm going to instal that and see if it resolves this issue. Thanks. |
Same issue after upgrading Tailwind to v3.0.1. Might be a Tailwind thing like you said. |
Looks like this is a TS issue? |
Thanks. I'll give that a try. Never had to do that before but based upon the link you shared but I'll give it a shot. Not sure why the playground would be affected though. |
I close this for now. |
Upon upgrade to Tailwind CSS v.3.0, the following import is now breaking within tailwind.config.js: require('tailwindcss-fluid-type');. Package.json has been updated to Tailwind v3.0.
Demo also breaks when chaning the Tailwind version to 3.0: https://play.tailwindcss.com/3LDf3gzbhb
Side Note: Thanks for your awesome work on this plugin. We absolutely love it.
The text was updated successfully, but these errors were encountered: