Skip to content

Commit c9142f9

Browse files
committed
replace tailwindcss-animate with tw-animate-css
1 parent 0ea43c3 commit c9142f9

File tree

3 files changed

+1034
-2290
lines changed

3 files changed

+1034
-2290
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"react-hook-form": "^7.52.0",
2929
"swr": "^2.2.5",
3030
"tailwind-merge": "^3.3.1",
31-
"tailwindcss-animate": "^1.0.7",
3231
"zod": "^3.23.8"
3332
},
3433
"devDependencies": {
@@ -41,6 +40,7 @@
4140
"eslint-config-next": "14.2.3",
4241
"postcss": "^8",
4342
"tailwindcss": "^4.1.10",
43+
"tw-animate-css": "^1.3.4",
4444
"typescript": "^5"
4545
},
4646
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"

client/src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "./numerical-input-spinners.css" layer(base);
2-
2+
@import "tw-animate-css";
33
@import "tailwindcss";
44

55
@source '../../node_modules/@durhack/web-components/dist/**/*.{ts,tsx}';

0 commit comments

Comments
 (0)