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

scss-bundle

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scss-bundle

Bundling SCSS files to one bundled file.

  • 0.2.3-beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
41K
decreased by-1.43%
Maintainers
1
Weekly downloads
 
Created
Source

scss-bundle

NPM version dependencies Status devDependencies Status

Get started

$ npm install scss-bundle -g

Features

  • Bundles all SCSS files through import to one file.

Usage

$ scss-bundle -h

Examples

Using config:

$ scss-bundle -c scss-bundle.config.json

Without config:

Without config entry and dest arguments are required.

$ scss-bundle -e ./src/main.scss -d bundled.scss

Config example

{
    "entry": "./src/main.scss",
    "dest": "bundled.scss"
}
ArgumentTypeDescription
entry*stringMain entry file where to start bundling.
dest*stringDestination file when bundling is done.

* - Required

License

Released under the PGL-3.0 license.

Keywords

FAQs

Package last updated on 17 Mar 2017

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