Skip to content

Commit 2f765ad

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

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)