We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ef842 commit cf410abCopy full SHA for cf410ab
package.json
@@ -54,7 +54,7 @@
54
"react-dom": "^19.0.0",
55
"tailwind-merge": "^3.0.1",
56
"tailwindcss": "^4.0.0",
57
- "tailwindcss-animate": "^1.0.7",
+ "tw-animate-css": "^1.4.0",
58
"typescript": "^5.7.2",
59
"vite": "^7.0.4"
60
},
resources/css/app.css
@@ -1,6 +1,6 @@
1
@import 'tailwindcss';
2
3
-@plugin 'tailwindcss-animate';
+@import "tw-animate-css";
4
5
@source '../views';
6
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
0 commit comments