diff --git a/daily-thought-frontend/package.json b/daily-thought-frontend/package.json index 5b67dc29ae684817a0823f5182c3b9aa2f1c1635..a869b57960ac05e1806a151c042fc9fb01319958 100644 --- a/daily-thought-frontend/package.json +++ b/daily-thought-frontend/package.json @@ -14,6 +14,7 @@ "next": "^13.2.4" }, "devDependencies": { + "@tailwindcss/forms": "^0.5.3", "@types/node": "18.15.0", "@types/react": "18.0.28", "autoprefixer": "^10.4.14", diff --git a/daily-thought-frontend/tailwind.config.js b/daily-thought-frontend/tailwind.config.js index 367d7575d504fd3261a7d0874a29e3785e436dc9..437500d4ae43469480b5aa9ea9360ac1441c2120 100644 --- a/daily-thought-frontend/tailwind.config.js +++ b/daily-thought-frontend/tailwind.config.js @@ -16,5 +16,7 @@ module.exports = { } }, }, - plugins: [], + plugins: [ + require('@tailwindcss/forms') + ], }