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(), andSassNumber.withoutSlash()have been marked as@internal. They were never intended to be used outside thesasspackage. -
Potentially breaking bug fix:
SassExceptionhas been marked as@sealedto formally indicate that it's not intended to be extended outside of thesasspackage. -
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.