Skip to content

Commit

Permalink
fix: 🐛 remove @tailwindcss/line-clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jul 23, 2024
1 parent dc13d95 commit e0be6ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/js": "^8.57.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/renderer/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import tailwindAnimation from "tailwindcss-animate";
import tailwindLineClamp from "@tailwindcss/line-clamp";

/** @type {import('tailwindcss').Config} */
export default {
Expand Down Expand Up @@ -76,5 +75,5 @@ export default {
},
},
},
plugins: [tailwindAnimation, tailwindLineClamp],
plugins: [tailwindAnimation],
};
12 changes: 0 additions & 12 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 e0be6ec

Please sign in to comment.