Browse Source

chore: Add Tailwind line-clamp plugin

Miguel Ángel Moreno 2 years ago
parent
commit
64c65cddaf
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tailwind.config.js

+ 3 - 1
tailwind.config.js

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