Does not work with Tailwind config option "important: true"
handplant opened this issue · 1 comments
handplant commented
Or it doesn't write !importants into the finished css.
adamwathan commented
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.