Skip to content

Installation should assume Tailwind CSS v4 #463

Closed
@flavorjones

Description

@flavorjones

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 into application.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions