From a276f4879a351349c38d2d5b5efd8f6b977f5c22 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 6 Sep 2025 14:43:03 -0700 Subject: migrate to tailwind v4 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 455ce10..a155ef0 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { + "@tailwindcss/postcss": "^4.1.13", "@types/node": "^22.15.3", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.7", @@ -41,7 +42,7 @@ "eslint": "^9.26.0", "eslint-config-next": "15.0.2", "postcss": "^8.5.3", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.1.12", "typescript": "^5.8.3" } } -- cgit v1.2.3