#9 - headless ui, heroicons and some webpack stuff

This commit is contained in:
Adrian Hopek
2022-01-11 10:26:29 +01:00
parent 895f04e8d4
commit 458af733f8
11 changed files with 592 additions and 18 deletions

View File

@@ -11,5 +11,9 @@ module.exports = {
},
},
},
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp')
],
};