Go to file
Natalie Weizenbaum 2d2ad922db
Regenerate the GitHub token (#14)
The previous token didn't seem to be recognized. See
https://travis-ci.com/github/sass/dart-sass-embedded/jobs/364028782.

It's unclear why it didn'twork, but I'm hoping regenerating fixes it.
2020-07-22 16:16:56 -07:00
bin Support latest protocol updates (#11) 2019-12-23 15:43:16 -08:00
lib/src Support latest protocol updates (#11) 2019-12-23 15:43:16 -08:00
test Use cli_pkg's testing infrastructure 2020-07-21 16:21:24 -07:00
tool Plug in the actual Sass compiler (#5) 2019-11-04 19:50:50 -08:00
.gitignore Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
.travis.yml Regenerate the GitHub token (#14) 2020-07-22 16:16:56 -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 Regenerate the GitHub token (#14) 2020-07-22 16:16:56 -07:00
README.md Boilerplate files 2019-05-07 16:53:00 -07: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.

Disclaimer: this is not an official Google product.