yarn sass 1.0.0-beta.4
Dart Sass 1.0.0-beta.4

latest releases: 1.72.0, 1.71.1, 1.71.0...
6 years ago
  • Support unquoted imports in the indented syntax.

  • Fix a crash when :not(...) extends a selector that appears in :not(:not(...)).

Node JS API

  • Add support for asynchronous importers to render() and renderSync().

Dart API

  • Add compileAsync() and compileStringAsync() methods. These run asynchronously, which allows them to take asynchronous importers (see below).

  • Add an AsyncImporter class. This allows imports to be resolved asynchronously in case no synchronous APIs are available. AsyncImporters are only compatible with compileAysnc() and compileStringAsync().

Don't miss a new sass release

NewReleases is sending notifications on new releases.