All Projects → sass → dart-sass-embedded

sass / dart-sass-embedded

Licence: MIT License
A wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol

Programming Languages

dart
5743 projects

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.

Usage

  • dart_sass_embedded starts the compiler and listens on stdin.
  • dart_sass_embedded --version prints versionResponse with id = 0 in JSON and exits.

Releases

Binary releases are available from the GitHub release page. We recommend that embedded hosts embed these release binaries in their packages, or use a post-install script to install a specific version of the embedded compiler to avoid version skew.

Disclaimer: this is not an official Google product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].