-
Notifications
You must be signed in to change notification settings - Fork 185
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
Installation should assume Tailwind CSS v4 #463
Comments
@flavorjones You can assign me this one if you wish, i can solve it :) |
@EricGusmao thanks for offering. If you want to start a PR that would be great. I'm also working on one because I have some learning to do, but if you know what you're doing I would appreciate the help. (Please don't bump the gem version in the PR though.) |
@flavorjones ok, I'm going to start working on it right now. I also added some observations I discovered at #450 |
Hi guys, is there already an upgrade path to v4? I tried running the upgrade script manually but it errors out:
It seems to have an issue with
Should i open a separate issue for this? |
Hi @drale2k! Please, go to #450 for help, questions, and discussion. As @flavorjones mentioned in #462 (comment). Thank you! |
When running "rails tailwindcss:install", the resulting application does not apply styles with
tailwindcss-ruby
v4.0.0.I think what needs to happen is:
tailwindcss-ruby ~> 4.0
in the gemspecapplication.tailwind.css
@tailwindcss/upgrade@next
injects intoapplication.tailwind.css
for any of our generated viewsThe text was updated successfully, but these errors were encountered: