mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
Awjin Ahn
0cddc095b9
Support latest protocol updates (#11)
* Remove support for InboundMessage.FunctionCallRequest Context: https://github.com/sass/embedded-protocol/issues/28 * Remove support for CanonicalizeResponse.file Context: https://github.com/sass/embedded-protocol/issues/25 * Stub CompileRequest.Importer.fileImporterId support
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.
Languages
Dart
100%