css-transpiler
v1.0.16
Published
an in-place transpiler for scss files
Downloads
6
Readme
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-dev
Usage
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 transpile
this 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
.scss
files a re edited, the css is automatically created.