Skip to content

Dart Sass 1.17.2

Compare
Choose a tag to compare
@sassbot sassbot released this 23 Feb 00:27
· 1427 commits to main since this release
0929aa5

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

Changes

  • Deprecate !global variable assignments to variables that aren't yet defined. This deprecation message can be avoided by assigning variables to null at the top level before globally assigning values to them.

Dart API

  • Explicitly mark classes that were never intended to be subclassed or implemented as "sealed".

See the full changelog for changes in earlier releases.