tailwindlabs / tailwindcss-custom-forms

A better base for styling form elements with Tailwind CSS.
https://tailwindcss-custom-forms.netlify.app/
MIT License
1.55k stars 72 forks source link

important : true is not suppurted #78

Closed danielt69 closed 3 years ago

danielt69 commented 4 years ago

Hi there, When I use this plugin while I setup important : true in tailwind.config.js setting file, all styles are with suffix !important but the styles from this plugin.

I hope it's clear.

image

adamwathan commented 3 years ago

The important option only applies to utility classes, not to component classes. Happy to help you come up with a solution to your problem another way but going to close this as intended behavior.