Go to file
2021-08-17 14:42:48 -07:00
.github/workflows Refer to "main" branches (#49) 2021-06-29 16:14:01 -07:00
bin Set CompileSuccess.loaded_urls (#50) 2021-07-23 21:41:39 +00:00
lib/src Add support for argument lists 2021-08-17 14:42:48 -07:00
test Add support for argument lists 2021-08-17 14:42:48 -07:00
tool Refer to "main" branches (#49) 2021-06-29 16:14:01 -07:00
.gitignore Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
CHANGELOG.md Add support for argument lists 2021-08-17 14:42:48 -07:00
CODE_OF_CONDUCT.md Boilerplate files 2019-05-07 16:53:00 -07:00
CONTRIBUTING.md Boilerplate files 2019-05-07 16:53:00 -07:00
LICENSE Boilerplate files 2019-05-07 16:53:00 -07:00
pubspec.yaml Add support for argument lists 2021-08-17 14:42:48 -07:00
README.md Document where releases can be found (#21) 2020-12-23 14:47:19 -08:00

Embedded Dart Sass

This is a wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol. It's designed to be embedded in a host language, which then exposes an API for users to invoke Sass and define custom functions and importers.

Releases

Binary releases are available from the GitHub release page. We recommend that embedded hosts embed these release binaries in their packages, or use a post-install script to install a specific version of the embedded compiler to avoid version skew.

Disclaimer: this is not an official Google product.