tailwindcss-forms
tailwindcss-forms copied to clipboard
A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
The placeholders on date inputs don't respect the standard placeholder attribute. It would be great if we could have the pseudo elements styled so they match the placeholder e.g. changing...
### What version of @tailwindcss/forms are you using? 0.3.3 ### What version of Node.js are you using? 14.15.4 ### What browser are you using? Chrome ### What operating system are...
### What version of @tailwindcss/forms are you using? 0.5.7 ### What version of Node.js are you using? 21.6.0 ### What browser are you using? chrome ### What operating system are...
This will make it so the focus styles only become active when a user is navigating using the keyboard.
This commit adds provenance for insider packages. See the NPM documentation [0]. Note: This will only affect the insiders build, because the normal package is sadly not being built within...
Currently the rules for styling the inputs are too broad and may conflict with web components that use props named type or mutiple. This PR address this issue by using...
This change adds support for the tailwindcss important config option (https://tailwindcss.com/docs/configuration#important). It will either add `!important` to the rule if the important option is `true`, or add a specificity selector...
### What version of @tailwindcss/forms are you using? v0.5.7 ### Describe your issue I read the discussion https://github.com/tailwindlabs/tailwindcss-forms/issues/22. The thread has been closed by adding `class` strategy. ### Sorry to...