Skip to content

Commit cf410ab

Browse files
chore: replace tailwindcss-animate with tw-animate-css
1 parent a9ef842 commit cf410ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-dom": "^19.0.0",
5555
"tailwind-merge": "^3.0.1",
5656
"tailwindcss": "^4.0.0",
57-
"tailwindcss-animate": "^1.0.7",
57+
"tw-animate-css": "^1.4.0",
5858
"typescript": "^5.7.2",
5959
"vite": "^7.0.4"
6060
},

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import 'tailwindcss';
22

3-
@plugin 'tailwindcss-animate';
3+
@import "tw-animate-css";
44

55
@source '../views';
66
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';

0 commit comments

Comments
 (0)