Skip to content

Commit d30fa5c

Browse files
committed
chore: update tailwind
1 parent 79e8b4f commit d30fa5c

File tree

6 files changed

+338
-843
lines changed

6 files changed

+338
-843
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script async src="https://analytics.alev.dev/script.js" data-website-id="1eaa6760-2b99-4122-93f5-ff61d78277d8"></script>
99
</head>
1010
<body>
11-
<div id="root" class="h-[100dvh] bg-background flex flex-col"></div>
11+
<div id="root" class="h-dvh bg-background flex flex-col"></div>
1212
<script type="module" src="/src/main.tsx"></script>
1313
</body>
1414
</html>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@babel/runtime": "^7.28.4",
2828
"@biomejs/biome": "^2.3.8",
2929
"@playwright/test": "^1.57.0",
30+
"@tailwindcss/postcss": "^4.1.17",
3031
"@types/node": "^24.10.1",
3132
"@types/react": "^19.2.7",
3233
"@types/react-dom": "^19.2.3",
3334
"@vitejs/plugin-react-swc": "^4.2.2",
34-
"autoprefixer": "^10.4.22",
35-
"tailwindcss": "^3.4.18",
35+
"tailwindcss": "^4.1.17",
3636
"typescript": "^5.9.3",
3737
"vite": "^7.2.4",
3838
"vitest": "^4.0.14"

0 commit comments

Comments
 (0)