Skip to content

Commit 3650b77

Browse files
committed
replacing tailwind-animate with tw-animate-css
1 parent b739e04 commit 3650b77

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package-lock.json

Lines changed: 11 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"prettier": "^3.4.2",
2020
"prettier-plugin-organize-imports": "^4.1.0",
2121
"prettier-plugin-tailwindcss": "^0.6.11",
22+
"tw-animate-css": "^1.2.5",
2223
"typescript-eslint": "^8.23.0",
2324
"vue-tsc": "^2.2.4"
2425
},

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 '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
66
@source '../../storage/framework/views/*.php';

0 commit comments

Comments
 (0)