DEV Community

Discussion on: How to create a react component library using Storybook, TypeScript, SCSS, and Rollup?

Collapse
 
iamrishupatel profile image
Rishu Patel • Edited

CSS modules can be used in storybook with storybook-css-modules addon and post-css can bundle it up.

Webpack and sass-loader is having some issues while using sass-modules, I am trying to find solution. I'll add them here if found.

I hope this helps.