feat: Migrate to Tailwind CSS v4

This commit is contained in:
2026-02-06 16:10:57 -06:00
parent c24e98ff8a
commit 4f103c25b5
6 changed files with 2758 additions and 1664 deletions

View File

@@ -12,13 +12,14 @@
"colorthief": "^2.4.0",
"tinycolor2": "^1.6.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
"vue-router": "^5.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-vue": "^6.0.4",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
"tailwindcss": "^4.1.18",
"vite": "^7.3.1"
}
}