tailwindcss-custom-forms
tailwindcss-custom-forms copied to clipboard
A better base for styling form elements with Tailwind CSS.
After upgrading to Tailwind v2 (with postcss7 compat), requiring this plugin in my tailwind.config.js throws the following error on npm run: ``` Module build failed (from ./node_modules/css-loader/index.js): ModuleBuildError: Module build...
Hey @adamwathan, thanks for the amazing library and this plugin! I'm writing here so I mostly don't forget, but it seems that `.form-checkbox` removes native stylings but doesn't add one...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.3 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...
Hi, By default, `background-size: 100% 100%` is applied but I want to set at `80%` instead. Is it possible to do it directly in the tailwind config ?
I would like to know if there is any chance to change the light blue color of the external radio icon border without loading a new icon when the button...
Added form element disabled styles. You can see the new styles here: https://tailwind.run/XoVAS3/1
Added the range input component to the plugin. Because of all the weird browser prefixes I've only used the color and size options inside the default options file. Added documentation...
I find the default border color (gray 300) a little hard to see and suggest increasing it to gray 400. https://imgur.com/4xaDkvp The gray 400 color is almost identical to the...
I'm wondering whether it would be possible to have `custom-forms` pick up custom theme colors automatically and use them for things like border & text colors, instead of the default...
I have a website built using tailwind—it is a Gatsby site, using postcss to handle tailwind. Built the entire site with no issues—I installed custom-forms, and nothing will run—I just...