cra-sass
v0.0.5
Published
Simply sets up sass compile and watch inside create react app.
Downloads
260
Maintainers
Readme
cra-sass
Simply setup SASS within create react app, as per the CRA readme.
Install & Use
- INSTALL :
npm install -g cra-sass --save
( As with CRA I suggest installing this globally as it is accessible via CLI) - RUN IT :
cra-sass
( from within your CRA install folder )
What it does
- Installs
node-sass-chokidar
&npm-run-all
- Adds the scripts and ties up the package json.
NOTES
This does overwrite the default scripts, etc etc. If you are worried backup your package.json :)