1.1.2 • Published 3 months ago

backpack-node-sass v1.1.2

Weekly downloads
38
License
Apache-2.0
Repository
github
Last release
3 months ago

backpack-node-sass

Build Status npm version

backpack-node-sass runs several node-sass processes in parallel - allowing Sass files to be transpiled faster than using node-sass directly.

Install

npm install --save-dev backpack-node-sass

Usage

> backpack-node-sass
✔ 159 files found
✔ 8 workers spawned
✔ 159/159 compiled

Add a comment to output files - e.g. a license header or file comment:

Note: Ensure your prefixComment is plain text and does not already include comments in the form /* */.

> backpack-node-sass --prefixComment="$(<./license.txt)"
✔ 159 files found
✔ 8 workers spawned
✔ 159/159 compiled

Watch mode:

> backpack-node-sass --watch
✔ Ready for changes
✔ Compiled: packages/bpk-component-button/src/bpk-button.css
✔ Compiled: packages/bpk-component-text/src/BpkText.css
1.1.2

3 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.2-0

2 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.5.1-beta.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago