Works automatically with create-react-act to allow importing of scss
npm install node-sass --save-dev
node-sass src/style.scss dest/style.css node-sass -w src -o dest
Last updated 5 years ago