/embedded-host-node

A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol

Primary LanguageTypeScriptMIT LicenseMIT

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.