Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backpack-node-sass

Package Overview
Dependencies
Maintainers
14
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpack-node-sass

Parallelised `node-sass` with Backpack support

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by440%
Maintainers
14
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 26 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc