To install Dart Sass 1.17.4, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Consistently parse U+000C FORM FEED, U+000D CARRIAGE RETURN, and sequences of U+000D CARRIAGE RETURN followed by U+000A LINE FEED as individual newlines.
JavaScript API
- Add a
sass.types.Error
constructor as an alias forError
. This makes our custom function API compatible with Node Sass's.
See the full changelog for changes in earlier releases.