Sourced from sass's releases.
Dart Sass 1.88.0
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 for changes in earlier releases.
Sourced from sass's changelog.
1.88.0
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.
c6b2163
Merge pull request #2572
from sass/empty-custom-prop6edc11e
Support empty custom propertiesa81cd73
Properly handle dev changelogs in bump-version-* tasks7f54226
Disallow passing functions/mixins across compilations (#2544)90b6b39
Remove useless _currentCallable property in the evaluate
visitor (#2570)1a5e0ee
Fix off-by-one error in Interpolation.spanForElement() (#2568)735109f
Deprecate passing a relative URL to compileString() et
al (#2567)c4b0138
Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)