tailwindlabs/tailwindcss-custom-forms

Does not work with Tailwind config option "important: true"

handplant opened this issue · 1 comments

Or it doesn't write !importants into the finished css.

Only utility classes receive !important with the important option set. This plugin provides component classes, so they don't respect the important option. This is to make sure you can override the styles provided by these classes using utilities.