Skip to content

Generate utilities not present in other source files #18269

Answered by wongjn
dfsoeten asked this question in Help
Discussion options

You must be logged in to vote

I would recommend not using the bundle's compiled CSS at all if possible. Consider compiling all the CSS in your own project. This ensures no duplication and that all the rules are in the right order.

Even better if the bundle shares its own tailwind.config.js that you could then load as a preset. This would then mean you can inherit any custom theme tokens in your project. Ah, I see you're already doing this ^_^

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dfsoeten
Comment options

@dfsoeten
Comment options

Answer selected by dfsoeten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants