@@ -4,5 +4,7 @@ module.exports = {
theme: {
extend: {},
},
- plugins: [],
+ plugins: [
+ require('@tailwindcss/line-clamp')
+ ],
}