-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Feature request] Update tailwindcss ^3.4.0 #297
Comments
Hi, I started migrating the entire plugin in TypeScript in a private repository for now. https://github.com/francoismassart/eslint-plugin-tailwindcss/tree/feat/tailwind-3.4.0 I follow the changelog from https://tailwindcss.com/blog/tailwindcss-v3-4 :
The I'll publish a beta version with the support for 3.4.0 soon and I'll counting on your feedbacks. Cheers |
Here is the beta version ready for testing with Tailwind CSS 3.4.0 Feedbacks are welcome 👍 |
I could test it out on a real project on monday. Has anyone else tried ?
cc @you0518 @lassenorgaard , @tomsdob, @martinsjek, @RobertsG, @michaeltugby0, @Serator, @Yovach, @AleksandrIvanenko, @stefanofa, @Stradi ... Thank you for your feedback |
We have confirmed that this version works. And we also confirmed that the new
Thank you! |
Hi @francoismassart, sorry I didn't see your previous message. ...
"rules" : {
"tailwindcss/no-custom-classname" : "warn"
},
...
I just tested the I've tried Thanks! |
Sorry @francoismassart, I didn't see the comment either because I didn't get the notification. Anyway, I tested the version you mentioned on a couple of medium/large projects in production and it seems to work, even the automatic fix. The only things that were present though were Thank you for your work, it is really a great value :) |
@francoismassart Looks like everything is working as expected. Thanks! |
@stefanofa, yes! A rule autofixing the arbitrary values classnames by equivalent classnames from the config is a good idea. |
Is your feature request related to a problem? Please describe.
In 3.4.0 of tailwindcss, subgrid, size, etc. were added.
However, using them in the current version will result in
no-custom-classname
.Describe the solution you'd like
Please update tailwindcss to 3.4.0
The text was updated successfully, but these errors were encountered: