- Update to Tailwind CSS v4.0.8 @flavorjones
- Update to Tailwind CSS v4.0.7 @flavorjones
-
Update to Tailwind CSS v4.0.6 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.5 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.4 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.3 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.2 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.1 @flavorjones
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
-
Update to Tailwind CSS v4.0.0 @flavorjones
The upstream upgrade guide is at https://tailwindcss.com/docs/upgrade-guide.
For Rails users, if you want to upgrade you may want to check out TailwindCSS v4 - upgrade experience report · rails/tailwindcss-rails · Discussion #450. If you're not ready to upgrade, then pin your project to the 3.x releases:
# If you're not ready to upgrade yet! gem "tailwindcss-ruby", "~> 3.4"
-
Update to Tailwind CSS v4.0.0-beta.10 @excid3
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to
{x86_64,aarch64}-linux-{gnu,musl}
. You may need to update the platforms in your Gemfile.lock usingbundle lock --add-platform
.However, there are still no upstream armv7 binaries.
-
Update to Tailwind CSS v4.0.0-beta.9 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release finally includes linux-musl binaries, and so the native gem platforms are now specialized to
{x86_64,aarch64}-linux-{gnu,musl}
. You may need to update the platforms in your Gemfile.lock usingbundle lock --add-platform
.However, there are still no upstream armv7 binaries.
-
Update to Tailwind CSS v4.0.0-beta.8 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.6 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.5 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.4 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.3 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.2 @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-beta.1 (#26) @flavorjones
Prerelease documentation at https://tailwindcss.com/docs/v4-beta
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.36. Also see release notes for Tailwind CSS v4.0.0-alpha.35 (#25) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.34 (#18) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.33. Also see release notes for Tailwind CSS v4.0.0-alpha.32 (#17) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.31 (#16) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.30 (#15) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.29 (#14) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.28 (#10) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.27 (#9) @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.26 @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
Update to Tailwind CSS v4.0.0-alpha.25 @flavorjones
Note that this upstream release does not provide an armv7 release, nor a musl-compatible binary.
-
This gem was extracted from
tailwindcss-rails
.In advance of the upcoming TailwindCSS v4 release, we are decoupling the
tailwindcss
executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.It should also make it easier for non-Rails Ruby projects to use tailwindcss (e.g., Jekyll and other web frameworks).