You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using important: true so that my utility classes have the !important declaration, but for some reason certain custom rules within my stylesheet are getting !important added automatically too. FYI it is not adding !important to all my custom CSS. I've repeated the problem here:
From the tailwind 2.0 docs: To generate utilities as !important, set the important key in your configuration options to true: Note that any of your own custom utilities will not automatically be marked as !important by enabling this option.
The text was updated successfully, but these errors were encountered:
I'm using important: true so that my utility classes have the !important declaration, but for some reason certain custom rules within my stylesheet are getting !important added automatically too. FYI it is not adding !important to all my custom CSS. I've repeated the problem here:
https://play.tailwindcss.com/Hj5l41DW67
From the tailwind 2.0 docs:
To generate utilities as !important, set the important key in your configuration options to true:
Note that any of your own custom utilities will not automatically be marked as !important by enabling this option.
The text was updated successfully, but these errors were encountered: