Skip to content

Dart Sass 1.37.0

Compare
Choose a tag to compare
@sassbot sassbot released this 30 Jul 23:51
· 579 commits to main since this release
6f17b4a

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

Changes

Dart API

  • Potentially breaking bug fix: SassNumber.asSlash, SassNumber.withSlash(), and SassNumber.withoutSlash() have been marked as @internal. They were never intended to be used outside the sass package.

  • Potentially breaking bug fix: SassException has been marked as @sealed to formally indicate that it's not intended to be extended outside of the sass package.

  • Add a Value.withListContents() method that returns a new Sass list with the same list separator and brackets as the current value, interpreted as a list.

See the full changelog for changes in earlier releases.