dart-sass/README.md

12 lines
472 B
Markdown
Raw Normal View History

2019-02-12 00:25:59 +01: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.
[Dart Sass]: https://sass-lang.com/dart-sass
[Embedded Sass protocol]: https://github.com/sass/sass-embedded-protocol/blob/master/README.md#readme
Disclaimer: this is not an official Google product.