Switch to TailwindCSS and remove global CSS file

This commit is contained in:
2025-01-12 15:16:21 -06:00
parent 211fcac0c3
commit ea965b6834
9 changed files with 1069 additions and 117 deletions
+3
View File
@@ -20,10 +20,13 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"