Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Releases: littledivy/deno_sass

v0.3.0

16 Jul 09:29
Compare
Choose a tag to compare
  • Errors are now reported by Deno.
  • Improved code quality and some bug fixes

0.2.0

20 Jun 07:53
Compare
Choose a tag to compare

Compile with compiler options.

compile("a { color: #000; }", {
  output_style: "nested",
  precision: 5,
  indented_syntax: false,
  include_paths: []
}).result;

0.1.0

18 Jun 11:37
Compare
Choose a tag to compare

Official libsass integration.

No support for windows. Will fix soon.