Go to file
Natalie Weizenbaum 6b34ffd7f3
Add the ability to invoke functions (#9)
This doesn't yet support first-class function values.
2019-11-08 15:25:42 -08:00
bin Add the ability to invoke functions (#9) 2019-11-08 15:25:42 -08:00
lib/src Add the ability to invoke functions (#9) 2019-11-08 15:25:42 -08:00
test Add the ability to invoke functions (#9) 2019-11-08 15:25:42 -08: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 Compile a snapshot before testing on Travis (#7) 2019-11-05 13:51:14 -08: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 importers (#8) 2019-11-07 16:03:47 -08: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.