github sass/dart-sass 1.57.0
Dart Sass 1.57.0

latest releases: 1.77.2, sass_api/10.4.2, 1.77.1...
17 months ago

To install Sass 1.57.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add a split($string, $separator, $limit: null) function to sass:string that splits a string into separate substrings based on a separator string.

JavaScript API

  • Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.

  • Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.

Dart API

  • Potentially breaking bug fix: Callable.fromSignature() and AsyncCallable.fromSignature() now reject signatures with whitespace between the function name and parentheses.

See the full changelog for changes in earlier releases.

Don't miss a new dart-sass release

NewReleases is sending notifications on new releases.