Embedded Sass Host for Ruby

This is a Ruby library that implements the host side of the Embedded Sass protocol.

It exposes a Ruby API for Sass that’s backed by a native Dart Sass executable.

Usage

require "sass"

Sass.render({
  file: "style.scss"
})

Disclaimer: this is not an official Google product.