Skip to content

Commit 23a3c87

Browse files
committed
Remove line-clamp plugin
1 parent cacfe55 commit 23a3c87

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

package-lock.json

-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"types": "./dist/types/src/index.d.ts",
4040
"devDependencies": {
4141
"@prefecthq/eslint-config": "1.0.25",
42-
"@tailwindcss/line-clamp": "0.4.2",
4342
"@types/lodash.camelcase": "4.3.7",
4443
"@types/lodash.debounce": "4.0.7",
4544
"@types/node": "^18.15.11",

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ module.exports = {
3939
},
4040
},
4141
},
42-
plugins: [prefectDesignPlugin, require('@tailwindcss/line-clamp')],
42+
plugins: [prefectDesignPlugin],
4343
}

0 commit comments

Comments
 (0)