Go to file
2019-11-01 19:02:12 -07:00
lib/src/util Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
test Make the test StreamController work with lengthDelimitedEncoder 2019-10-30 12:11:12 -07:00
tool Add a grinder task to generate protocol buffer libraries 2019-11-01 19:02:12 -07:00
.gitignore Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
.travis.yml Generate protobufs on Travis 2019-11-01 19:02:12 -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 a grinder task to generate protocol buffer libraries 2019-11-01 19:02:12 -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.