HarveyD/react-component-library

taillwind intergration

tigawanna opened this issue · 1 comments

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.