Skip to content

Commit 2da0c83

Browse files
authored
Merge pull request #257 from tysongach/v3.3
Update tailwindcss to v3.3.0
2 parents cbf5512 + 4c0de9a commit 2da0c83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/install/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
require('@tailwindcss/forms'),
1919
require('@tailwindcss/aspect-ratio'),
2020
require('@tailwindcss/typography'),
21-
require('@tailwindcss/line-clamp'),
2221
require('@tailwindcss/container-queries'),
2322
]
2423
}

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.2.7"
4+
VERSION = "v3.3.0"
55

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

0 commit comments

Comments
 (0)