mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
3de78be2f0
This now supports real CompileRequest and CompileResponses, although it's missing features like importers, custom functions, and source maps. |
||
---|---|---|
bin | ||
lib/src | ||
test | ||
tool | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
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.