Add important
option to config
#2949
mojtabamoosavi
started this conversation in
Ideas
Replies: 2 comments
-
I don't know if I understood you right, but I had a similar problem, I wanted to overwrite the styles of a component library, my solution was to add |
Beta Was this translation helpful? Give feedback.
0 replies
-
Couldnt you control this with CSS specificity and layers? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Add
important
option to control whether or not utilities should be marked with!important.
Problem Statement/Justification
I used Panda to build a design system, and now, for the documentation, I’m using a tool developed with Tailwind. However, the styles it generates are affecting the design system components. If there's a way to make all generated styles mark as
!important
, it could solve this issue.Proposed Solution or API
https://tailwindcss.com/docs/configuration#important
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions