Build UI Kit library for React — TailwindCSS + Rollup #2326
Unanswered
akmalhazim
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Anyone have any idea how to build a UI Kit library using TailwindCSS + Rollup and then import it in a NextJS project?
If I compile TailwindCSS using PostCSS bundled in the library, I wonder how I'm gonna use TailwindCSS on the NextJS project later, what happens if I import TailwindCSS in the NextJS project, there will be two different TailwindCSS classes (from NextJS, from the UI library). Any thoughts on this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions