Dart Sass 1.17.2
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
!globalvariable assignments to variables that aren't yet defined. This deprecation message can be avoided by assigning variables tonullat 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.