Wasmified version of the near-feature-complete Grass Sass compiler for Deno.
import { compile } from "https://nest.land/sass@1.0.0/mod.ts";
compile("a { color: #000; }");
$ deno run -A build.js
$ deno run example.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.