Skip to content

Commit

Permalink
Update to Tailwind CSS v3.1.8
Browse files Browse the repository at this point in the history
I need the fix in tailwindlabs/tailwindcss#8687 which was release in v3.1.4.

Has there been any thought in decoupling `tailwindcss-rails` releases from Tailwind? It would be nice to be able to use the latest Tailwind release without having to wait for `tailwindcss-rails` to be released.
  • Loading branch information
TastyPi committed Aug 8, 2022
1 parent 2e7ee0e commit 63d503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
VERSION = "v3.1.3"
VERSION = "v3.1.8"

# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
Expand Down

0 comments on commit 63d503f

Please sign in to comment.