Open tvongaza opened 2 months ago
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.
!important
true
string
The latest updates on your projects. Learn more about Vercel for Git ↗︎
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 istrue
, or add a specificity selector if the important option is astring
.