Skip to content

littledivy/deno_sass2

Repository files navigation


deno_sass logo

deno_sass

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

stars issues

Example

import { compile } from "https://nest.land/sass@1.0.0/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.