1.58.0 • Published 3 years ago
@lumeland/sass v1.58.0
This is a slightly modified version of the sass package to make it work on Deno.
Changes from the NPM version
- Modified
package.json. - Removed
binfile. - Removed
chokidardependency (used only inbin). - Detect Deno in
sass.dart.jswith:var dartNodeIsActuallyNode = !dartNodePreambleSelf.window || dartNodePreambleSelf.window.Deno;
This package will be obsolete when https://github.com/mbullington/node_preamble.dart/pull/32 is merged (or dart-sass fixed this issue in a different way).