feat: integrate Tailwind CSS v4 and verify with dashboard UI

This commit is contained in:
bipproduction
2026-02-09 09:56:10 +08:00
parent cb0f17da15
commit 5ed9637a88
7 changed files with 90 additions and 178 deletions

View File

@@ -1,6 +1,7 @@
import path from "node:path";
import { inspectorServer } from "@react-dev-inspector/vite-plugin";
import { tanstackRouter } from "@tanstack/router-vite-plugin";
import tailwindcss from "@tailwindcss/vite";
import react from "@vitejs/plugin-react";
import { createServer as createViteServer } from "vite";
@@ -13,6 +14,7 @@ export async function createVite() {
},
},
plugins: [
tailwindcss(),
react({
babel: {
plugins: [