Skip to content

Dart Sass 1.51.0

Compare
Choose a tag to compare
@sassbot sassbot released this 26 Apr 02:30
· 437 commits to main since this release
0c24114

To install Sass 1.51.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 change: Change the order of maps returned by map.deep-merge() to match those returned by map.merge(). All keys that appeared in the first map will now be listed first in the same order they appeared in that map, followed by any new keys added from the second map.

  • Improve the string output of some AST nodes in error messages.

See the full changelog for changes in earlier releases.