mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
12 lines
472 B
Markdown
12 lines
472 B
Markdown
|
## 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.
|