Sourced from sass's releases.
Dart Sass 1.94.0
To install Sass 1.94.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Potentially breaking compatibility fix:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules whose names begin with--are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.94.0
Potentially breaking compatibility fix:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules whose names begin with--are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.
bfccce8
Parse selectors in the sass-parser package (#2670)795557c
Add support for plain-CSS @function rules (#2655)2c9d3c8
Track offsets instead of locations in InterpolationMap (#2674)d8d7f9c
Add a separate StylesheetParser.interpolatedStringToken()
method (#2675)9d68793
Make sure all source spans use interpolation maps (#2673)20a59ee
Update release workflows to support npm trusted publshing (#2669)10442ab
Bump actions/download-artifact from 5 to 6 (#2664)9d40aba
Bump actions/upload-artifact from 4 to 5 (#2665)This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass since your current version.