-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to TailwindCSS v4.0 + update gems
This commit should incorporate most (all?) of the updates needed to switch us over to TailwindCSS v4. Huzzah! Upgrade process (roughly), with much help from the upgrade guide and tool from the tailwindcss-rails gem: https://github.com/rails/tailwindcss-rails/blob/main/README.md#upgrading-your-application-from-tailwind-v3-to-v4 1. Specify `"~> 4.0.0.rc2"` on the `tailwindcss-rails` gem in Gemfile 2. Bundle update 3. `rails tailwindcss:upgrade` Then: Look through everything after reading the tailwindcss upgrade guide: https://tailwindcss.com/docs/upgrade-guide - Convert the old tailwind.config.js to `@` directives in application.tailwind.css - etc. (see commit contents) - Check JS linters for issues
- Loading branch information
Showing
11 changed files
with
202 additions
and
1,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.