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:
Giancarlo Buomprisco
2025-11-03 08:41:34 +07:00
committed by GitHub
parent a0e29c1193
commit ae404d8366
4 changed files with 14 additions and 7 deletions

View File

@@ -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}';