tailwindcss-forms icon indicating copy to clipboard operation
tailwindcss-forms copied to clipboard

Add function to follow tailwindcss important config option

Open tvongaza opened this issue 6 months ago • 1 comments

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.

tvongaza avatar Aug 20 '24 01:08 tvongaza