Go to file
Natalie Weizenbaum 7db464930d
Merge pull request #12 from sass/release
Release a beta version
2020-07-21 14:28:47 -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 Fix an outdated test 2020-07-20 19:19:44 -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 Stop testing on Dart dev to work around dart-lang/pub#2545 2020-07-21 13:22:20 -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 Depend on cli_pkg-beta.8 2020-07-20 13:34:33 -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.