deno_sass2

WASMified Sass compiler for Deno

Stars
10

Example

import { compile } from "https://nest.land/[email protected]/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.