Skip to content

Commit

Permalink
revert: animate
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Oct 28, 2024
1 parent de5edf6 commit 913c1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/tailwind.config.base.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* c8 ignore start */
import type { Config } from "tailwindcss";
import tailwindcssAnimate from "tailwindcss-animate";

const config = {
darkMode: ["class"],
Expand Down Expand Up @@ -119,6 +120,7 @@ const config = {
},
},
},
plugins: [tailwindcssAnimate],
} satisfies Config;

export default config;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"sonner": "1.5.0",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.0-dev.20240925",
"usehooks-ts": "3.1.0",
"vaul": "1.1.0"
Expand Down

0 comments on commit 913c1c5

Please sign in to comment.