Go to file
2022-09-07 21:37:26 +00:00
.github/workflows Release 32-bit ARM on Linux (#88) 2022-08-30 16:46:34 -07:00
bin Add charset option 2022-06-29 22:01:33 -07:00
lib/src Set id on all OutboundMessage with id field (#80) 2022-03-31 00:45:17 +00:00
test Remove an unused import (#71) 2022-02-09 13:09:47 -08:00
tool Deploy linux arm64 release to github (#77) 2022-03-28 15:04:05 -07:00
.gitignore Commit the lockfile (#63) 2021-12-30 14:01:54 -08:00
analysis_options.yaml Use the Sass shared Dart analysis options (#67) 2022-01-25 17:16:17 -08:00
CHANGELOG.md Update Dart Sass version and release 2022-09-07 21:37:26 +00:00
CODE_OF_CONDUCT.md Boilerplate files 2019-05-07 16:53:00 -07:00
CONTRIBUTING.md Cut a release of the embedded host after the compiler releases (#68) 2022-01-26 17:13:10 -08:00
LICENSE Boilerplate files 2019-05-07 16:53:00 -07:00
pubspec.lock Update Dart Sass version and release 2022-09-07 21:37:26 +00:00
pubspec.yaml Update Dart Sass version and release 2022-09-07 21:37:26 +00:00
README.md Implement --version flag for cli (#53) 2021-09-02 00:33:09 +00: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.

Usage

  • dart_sass_embedded starts the compiler and listens on stdin.
  • dart_sass_embedded --version prints versionResponse with id = 0 in JSON and exits.

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.