We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07a765 commit cbf5512Copy full SHA for cbf5512
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## v2.0.25 / 2023-03-14
3
+
4
+* Installer now includes all 5 official Tailwind plugins (adding `line-clamp` and `container-queries`). (#254) by @Kentasmic
5
6
7
## v2.0.24 / 2023-03-05
8
9
* When Rails CSS compression is on, avoid generating minified tailwindcss assets. (#253) by [@flavorjones](https://github.com/flavorjones).
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.0.24"
+ VERSION = "2.0.25"
end
0 commit comments