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 tonull
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.