High quality bindings to the sass_rs crate for Deno.
[![stars](https://img.shields.io/github/stars/divy-work/deno_sass)](https://github.com/divy-work/deno_sass/stargazers) [![issues](https://img.shields.io/github/issues/divy-work/deno_sass)](https://github.com/divy-work/deno_sass/issues) ![deno version](https://img.shields.io/badge/deno-1.0.5-success) [![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)
π The library is not yet available on Windows. Expect breaking changes.
import { compile } from "https://x.nest.land/sass@0.2.0/mod.ts";
compile("a { color: #000; }", {
output_style: "nested",
precision: 5,
indented_syntax: false,
include_paths: []
}).result;
$ cargo build
$ deno run --unstable -A examples/compile.ts
Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt
and commit messages are done following Conventional Commits spec.
deno_sass is licensed under the MIT license. Please see the LICENSE file.