Skip to content

Dart Sass 1.23.5

Compare
Choose a tag to compare
@sassbot sassbot released this 16 Nov 00:34
· 901 commits to main since this release
0d782fb

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

Changes

  • Support inline comments in the indented syntax.

  • When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.

  • When @error is used in a function or mixin, print the call site rather than the location of the @error itself to better match the behavior of calling a built-in function that throws an error.

See the full changelog for changes in earlier releases.