Replies: 1 comment 2 replies
-
Any news on this today? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Hey folks, quick thought and idea. we've been experimenting with using tailwind as the styling base for installable UI libraries, for our work design system as well as OSS libraries, all on npm or github packages. These libraries are React components (tho same would be true for any component framework) and one annoyance we have is that in order for consumers to use JIT mode, they need to add the installed package to their config
purge
which is awkward and a bit leaky (I don't want users to have to know where on disk the package is installed or it's internal structure).The obvious thing (to me) to make this nicer would be to allow plugins to specify their own
purge
setting that would be merged in with the user config one.Thoughts? Does this sound feasible?
Beta Was this translation helpful? Give feedback.
All reactions