tailwindcss-forms
tailwindcss-forms copied to clipboard
Add function to follow tailwindcss important config option
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 if the important option is a string
.