From e91a1f6194f598e2b367fe4f468833584f3cfbb1 Mon Sep 17 00:00:00 2001 From: Eric-Guo Date: Mon, 8 Sep 2025 14:56:12 +0800 Subject: [PATCH] @tailwindcss/line-clamp include by default. --- package.json | 1 - tailwind.config.js | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index a460bbe..cf945aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "@mdx-js/react": "^3.1.0", "@monaco-editor/react": "^4.6.0", "@remixicon/react": "^4.6.0", - "@tailwindcss/line-clamp": "^0.4.2", "@types/node": "~18.19.0", "@types/react": "~18.3.23", "@types/react-dom": "~18.3.7", diff --git a/tailwind.config.js b/tailwind.config.js index ac78da3..f8e30d5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -61,6 +61,5 @@ module.exports = { }, plugins: [ require('@tailwindcss/typography'), - require('@tailwindcss/line-clamp'), ], }