Skip to content

Commit b77ebbe

Browse files
committed
⬇️ Downgrade "tailwindcss" to 3.4.4
This reverts commit ccbc855. Belongs to tailwindlabs/tailwindcss#14005
1 parent 9685125 commit b77ebbe

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@
4141
"prettier-plugin-tailwindcss": "^0.6.5",
4242
"rollup": "^4.18.1",
4343
"size-limit": "^11.1.4",
44-
"tailwindcss": "^3.4.5",
44+
"tailwindcss": "^3.4.4",
4545
"tailwindcss-displaymodes": "^1.0.8",
4646
"typescript": "^5.5.3",
4747
"typescript-eslint": "^7.16.1",
4848
"vite": "^5.3.3",
4949
"vite-plugin-rails": "^0.5.0"
5050
},
51+
"resolutions": {
52+
"tailwindcss": "^3 <3.4.5 || >3.4.5"
53+
},
5154
"size-limit": [
5255
{
5356
"limit": "190 kB",

yarn.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)