Skip to content

Commit 63d503f

Browse files
authored
Update to Tailwind CSS v3.1.8
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.
1 parent 2e7ee0e commit 63d503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tailwindcss/upstream.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
# constants describing the upstream tailwindcss project
33
module Upstream
4-
VERSION = "v3.1.3"
4+
VERSION = "v3.1.8"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

0 commit comments

Comments
 (0)