To install Sass 1.88.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Allow custom properties with empty values (such as
--var:;
). -
Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
- Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.
Dart API
- Deprecate passing a relative URL to
compileString()
and related functions.
See the full [changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1880 for changes in earlier releases.