Use to compile SCSS

Works automatically with create-react-act to allow importing of scss

npm install node-sass --save-dev

Usage

node-sass src/style.scss dest/style.css
node-sass -w src -o dest

Last updated