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
790 stars 167 forks source link

Remove dependency on Sass by default #58

Closed HarveyD closed 1 year ago

HarveyD commented 1 year ago

Had a few people run into issues with node-sass, so I decided to remove it as a dependency by default. Added instructions on how to add it.