1.0.16 • Published 6 months ago

css-transpiler v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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.

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago