We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad32b8f commit 894f613Copy full SHA for 894f613
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## next / unreleased
2
3
+## v4.0.0.rc3 / 2025-01-27
4
+
5
+Everything in v4.0.0.rc2, plus ...
6
7
+General changes:
8
9
+- Remove the Inter font assets from the gem. @EricGusmao
10
+- If Propshaft is being used, `app/assets/tailwind` will be excluded from its asset handling. (This was incompletely fixed in RC2.)
11
12
13
## v4.0.0.rc2 / 2025-01-26
14
15
Everything in v4.0.0.rc1, plus ...
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.0.0.rc2"
+ VERSION = "4.0.0.rc3"
end
0 commit comments