Dart Sass 1.0.0-beta.4
Pre-release
Pre-release
-
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()andrenderSync().
Dart API
-
Add
compileAsync()andcompileStringAsync()methods. These run asynchronously, which allows them to take asynchronous importers (see below). -
Add an
AsyncImporterclass. This allows imports to be resolved asynchronously in case no synchronous APIs are available.AsyncImporters are only compatible withcompileAysnc()andcompileStringAsync().