Go to file
Natalie Weizenbaum be35dbb7cc
Add a length-delimited StreamChannelTransformer (#1)
This implements the packet scheme that the embedded protocol uses when
communicating over stdin and stdout.
2019-10-29 21:05:18 +00:00
lib/src/util Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
test Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00:00
.gitignore Add a length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00: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 length-delimited StreamChannelTransformer (#1) 2019-10-29 21:05:18 +00: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.