diff --git a/package.json b/package.json index d2697d122867329907836d05afb4186890ae7587..e1d41009275542b6f04708ca3f67f54e76a9aba9 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "vue": "^3.2.37" }, "devDependencies": { + "@tailwindcss/forms": "^0.5.3", "@vitejs/plugin-vue": "^3.0.1", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", diff --git a/tailwind.config.js b/tailwind.config.js index 55d1fb970d81b2818576dcc725e6c52fc84af066..508727164e80caefe5845649f80ebdfb86400670 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,8 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [ + require('@tailwindcss/forms'), + ], }