github sass/dart-sass 1.0.0-beta.4
Dart Sass 1.0.0-beta.4

latest releases: 1.75.0, 1.74.1, sass_api/10.1.1...
pre-release6 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 dart-sass release

NewReleases is sending notifications on new releases.