refactor: upgrade to Tailwind CSS v4 and update dependencies

Migrate to Tailwind CSS v4 with new @tailwindcss/postcss plugin, upgrade xterm.js to v6, vite to v7, and other core dependencies for improved performance and compatibility.
This commit is contained in:
weishu
2025-12-25 23:13:44 +08:00
parent 3765cc539b
commit 0769d498ba
4 changed files with 225 additions and 209 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@config "../tailwind.config.ts";
:root {
--app-bg: var(--tg-theme-bg-color, #ffffff);