HarveyD / react-component-library

A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
https://blog.harveydelaney.com/creating-your-own-react-component-library/
MIT License
791 stars 167 forks source link

taillwind intergration #62

Open tigawanna opened 1 year ago

tigawanna commented 1 year ago

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

sabarishnarain commented 1 year ago

Would be super helpful to include this in this example.