Skip to content

Commit 3bf68d9

Browse files
committed
feat(anim): install animations
1 parent 60594b8 commit 3bf68d9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

web/app/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "tailwindcss";
2-
@import "../../src";
2+
@import "@iscodex/tailwindcss-animate";
33

44
@theme {
55
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;

web/package-lock.json

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

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"typecheck": "react-router typegen && tsc"
1010
},
1111
"dependencies": {
12+
"@iscodex/tailwindcss-animate": "^1.0.0",
1213
"@radix-ui/react-scroll-area": "^1.2.10",
1314
"@radix-ui/react-select": "^2.2.6",
1415
"@react-router/node": "^7.7.1",

0 commit comments

Comments
 (0)