Skip to content

Commit

Permalink
chore: remove tailwindcss-animate
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 4, 2023
1 parent 91825cf commit e1c2d6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 56 deletions.
5 changes: 2 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@
"vitest": "^0.34.3",
"xlsx": "^0.18.5",
"zod": "^3.22.2",
"bits-ui": "^0.5.5",
"bits-ui": "^0.5.6",
"clsx": "^2.0.0",
"lucide-svelte": "^0.268.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.13",
"tailwindcss-animate": "^1.0.6"
"tailwind-variants": "^0.1.13"
},
"type": "module"
}
2 changes: 0 additions & 2 deletions apps/frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fontFamily } from 'tailwindcss/defaultTheme'
import tailwindcssAnimate from 'tailwindcss-animate'

/** @type {import('tailwindcss').Config} */
const config = {
Expand Down Expand Up @@ -59,7 +58,6 @@ const config = {
},
},
},
plugins: [tailwindcssAnimate],
}

export default config
60 changes: 9 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1c2d6d

Please sign in to comment.