diff --git a/tailwind.config.js b/tailwind.config.js index af4549d..a0ed915 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -44,5 +44,7 @@ module.exports = { variants: { extend: {}, }, - plugins: [], + plugins: [ + require('@tailwindcss/forms'), + ], }