Skip to content

Commit 5b32f06

Browse files
committed
conf(tailwind): Add tailwind forms
1 parent ecde110 commit 5b32f06

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

package-lock.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"yeka-email-html": "file:local_modules/yeka-email-html-0.0.1.tgz"
3232
},
3333
"devDependencies": {
34+
"@tailwindcss/forms": "^0.5.7",
3435
"prettier": "^3.3.2",
3536
"prettier-plugin-astro": "^0.14.0",
3637
"prettier-plugin-tailwindcss": "^0.6.5"

tailwind.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ export default {
1515
},
1616
},
1717
},
18-
plugins: [],
18+
plugins: [
19+
require('@tailwindcss/forms'),
20+
],
1921
}

0 commit comments

Comments
 (0)