diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
| commit | a276f4879a351349c38d2d5b5efd8f6b977f5c22 (patch) | |
| tree | 0783fd7bd0dca79a1cdea54d3a777b6606363d62 /package.json | |
| parent | 47c84bb74d44d8285c68fa1491d01ca3b08f827f (diff) | |
migrate to tailwind v4
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } } |
