Compiling TailwindCSS for Monorepos
I have a monorepo with workspaces - ui and client. I want to create components in ui and use them in client. I am using tailwindcss as my style provider, but am having a very hard time compiling it.
I am not going to publish them on NPM, and it just need to work in client which is a nextjs project. Any help is appreciated.
I am not going to publish them on NPM, and it just need to work in client which is a nextjs project. Any help is appreciated.
