Skip to content

Commit acbb828

Browse files
committed
fix: updating shadcn animation library
1 parent 6560894 commit acbb828

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frameworks/react-cra/add-ons/shadcn/assets/src/styles.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
@custom-variant dark (&:is(.dark *));
66

frameworks/react-cra/add-ons/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"clsx": "^2.1.1",
55
"lucide-react": "^0.476.0",
66
"tailwind-merge": "^3.0.2",
7-
"tailwindcss-animate": "^1.0.7"
7+
"tw-animate-css": "^1.3.6"
88
}
99
}

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Use the following commands to start your app:
234234
getPackageManagerScriptCommand(options.packageManager, ['dev']),
235235
)}
236236
237-
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
237+
Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
238238
)
239239
}
240240

0 commit comments

Comments
 (0)