3.4.1 • Published 2 years ago

@zardoy/scss-bundle v3.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

scss-bundle

Bundles all SCSS imports into a single file recursively.

Fork of original scss bundle:

Breaking:

  • Requires node 12+
  • Remove CLI

Added:

  • resolve - customize resolving. Can return undefined to mark as external.
  • onLoad - customize loading. Can be async.