Skip to content

Commit

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

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

export default config;
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.197",
"version": "0.0.198",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -44,7 +44,6 @@
"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 de5edf6

Please sign in to comment.