We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7461b commit f49eedaCopy full SHA for f49eeda
CHANGELOG.md
@@ -1,6 +1,7 @@
1
2
## next / unreleased
3
4
+* Update to [Tailwind CSS v3.3.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3) by @flavorjones
5
* If defined, the `spec:prepare` rake task will be decorated with `tailwindcss:build` (#271) by @rmehner
6
7
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.2"
+ VERSION = "v3.3.3"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments