Skip to content

Releases: littledivy/deno_sass2

1.0.0

05 Nov 12:03
Compare
Choose a tag to compare

deno_sass

Wasmified version of the near-feature-complete Grass Sass compiler for Deno.

stars
issues

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.