add tailwind css

This commit is contained in:
2025-11-08 22:18:27 -06:00
parent 784600372e
commit 97cbec7a10
3 changed files with 324 additions and 59 deletions
+3 -1
View File
@@ -1,13 +1,15 @@
import { defineConfig } from 'vite'
import tailwindcss from '@tailwindcss/vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [
tailwindcss(),
react({
babel: {
plugins: [['babel-plugin-react-compiler']],
},
}),
})
],
})