Releases: littledivy/deno_sass2
Releases · littledivy/deno_sass2
1.0.0
deno_sass
Wasmified version of the near-feature-complete Grass Sass compiler for Deno.
Example
import { compile } from "https://deno.land/x/sass/mod.ts";
compile("a { color: #000; }");
Building from source
Prerequisites
Building
$ deno run -A build.js
Example
$ deno run example.ts
Contribution
Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt
and commit messages are done following Conventional Commits spec.
Copyright
deno_sass is licensed under the MIT license. Please see the LICENSE file.