chore: add tw-animate-css dependency and update imports (#407)
- Added tw-animate-css version 1.4.0 to pnpm-lock.yaml and pnpm-workspace.yaml. - Updated package.json to include tw-animate-css as a catalog dependency. - Replaced tailwindcss-animate import with tw-animate-css in globals.css for improved animation handling.
This commit is contained in:
committed by
GitHub
parent
a0e29c1193
commit
ae404d8366
@@ -13,9 +13,7 @@
|
||||
@import './shadcn-ui.css';
|
||||
@import './markdoc.css';
|
||||
@import './makerkit.css';
|
||||
|
||||
/* plugins - update the below if you add a new plugin */
|
||||
@plugin 'tailwindcss-animate';
|
||||
@import 'tw-animate-css';
|
||||
|
||||
/* content sources - update the below if you add a new path */
|
||||
@source '../../../packages/*/src/**/*.{ts,tsx}';
|
||||
|
||||
Reference in New Issue
Block a user