1.0.16 • Published 2 years ago
css-transpiler v1.0.16
CSS-TRANSPILER
an npm package to trnaspile all .scss files into regular css, in the same location as the scss files
Installation
npm install css-transpiler --save-devUsage
The package requires the use of src folder for all frontend .css/.scss files
Use the package as a development dependency, as it does not provide any module that can be imported
run
npm exec transpilethis starts a daemon that watches for changes in any .scss files in the src directory or its children folders (including deeply nested folders in the src folder).
As the
.scssfiles a re edited, the css is automatically created.