componentlibrary-css-sass-rollup
v1.0.3
Published
This is an example component library with css and sass and bundled with rollup
Readme
Creating an external common component library with CSS and SASS in React and build with Rollup
This is an example how to use css and sass to create a common component libraries.
Usage
First install required packages and then run the development server:
npm install
Tests can be run with:
npm run test
Build with
npm run build
