react-component-library
react-component-library copied to clipboard
taillwind intergration
is it possible to add tailwind styles, assuming I also want to keep the existing CSS styles too, I've already set everything up and can generate the styles using
npx tailwindcss -o ./build/index.css --minify
how do I make these styles get included in the exported styles
Would be super helpful to include this in this example.