Replies: 1 comment 4 replies
-
Hiya! 👋 I believe that is possible but not through this package. If I am not mistaken, the css that tailwind generates is pruned using purgecss. Generating all of tailwinds classes would bloat bundle size so purgecss is used to remove all unused css. If you need to have some unused classes survive, I'd look at the tailwind docs regarding purgecss. I hope that helps. Btw if you don’t mind me asking, what is your use case? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have theme my-yellow-theme. Is there a way to force the generation of the themed custom properties? Even when the .my-yellow-theme class is not in the document?
Beta Was this translation helpful? Give feedback.
All reactions