Closed
Description
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:
- bump dependency to
tailwindcss-ruby ~> 4.0
in the gemspec - drop the config file and move it into
application.tailwind.css
- add anything that the
@tailwindcss/upgrade@next
injects intoapplication.tailwind.css
for any of our generated views - drop the Inter font (see Remove Inter font assets from inclusion in downstream projects #353)
- bump the major version of this gem to v4 (a happy coincidence)
Metadata
Metadata
Assignees
Labels
No labels