fix: restore animations and replace tailwind.config.ts

- tailwind.config.ts is not actually being used so removed
- moved animate-fade-in to globals.css
- added tw-animate-css package to make animate-in work
- added a definition for animate-shake as it doesn't exist in tw-animate-css
This commit is contained in:
Mathy Vanvoorden
2026-07-29 15:59:45 +02:00
parent f81b02ead9
commit f56ca594dc
4 changed files with 47 additions and 52 deletions
+1
View File
@@ -97,6 +97,7 @@
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},