Need of Overriding/adding classes #52
amaan-ahmad
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hey contributors and maintainers,
Tailwind Kit does an awesome job till now, but I feel that we should have a feature to override or add extra tailwind classes to our components because sometimes it is needed to go for a custom set of classes rather than a predefined set of classes (tailwind).
For example, if I mention
color="white"for a button then it will apply primary color as text color and background as white. What if I want to usetext-gray-600instead of just primary color for text? Here overriding of tailwind class is required.Pardon me, if this feature or something similar already exists that I missed looking into.
What are your views on this? Do let me know ✌
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions