Package Exports
- sass-embedded
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sass-embedded) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Embedded Sass Host
This is a Node.js library that implements the host side of the Embedded Sass protocol. It exposes a JS API for Sass that's backed by a native Dart Sass executable. It's much faster than running Dart Sass compiled to JavaScript while still providing a full JS API, with the ability to define custom functions and importers.
Disclaimer: this is not an official Google product.