Skip to content

Commit ab63a5f

Browse files
committed
Update tailwindcss to v3.3.0
https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0 The line-clamp plugin is now baked into the framework itself: https://tailwindcss.com/blog/tailwindcss-v3-3
1 parent 49d3052 commit ab63a5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/install/tailwind.config.js

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)