Closed gho1b closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
tailwindcss-forms | ✅ Ready (Inspect) | Visit Preview | Sep 28, 2023 10:13pm |
Hey thanks for the PR! Our old forms plugin used to work this way but when we built this new one we decided that approach was way too cumbersome and felt like needless indirection, and instead built this plugin with the intention of it being customized by just writing your own CSS:
https://github.com/tailwindlabs/tailwindcss-forms/issues/33#issuecomment-807883605
So unfortunately going to close this as it doesn't align with the goals of the project right now. Appreciate it either way 🤝
This pull request adds a new feature to Tailwind CSS that allows you to override the default styles for forms. To do this, you add a new
forms
object to thetheme
section of your tailwind.config.js file. Within this object, you can define custom styles for any aspect of your forms, such as the input fields, buttons, and labels.The
forms
object follow below schema