To install Sass 1.98.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
- Gracefully handle dependency loops in
--watchmode.
Dart API
- Add a
const Logger.defaultLoggerfield. This provides a logger that emits to standard error or the browser console, but automatically chooses whether to use terminal colors.
JavaScript API
-
Fix a crash when manually constructing a
SassCalculationfor'calc'with an argument that can't be simplified. -
Properly emit deprecation warnings as text rather than
StringBufferobjects when running in a browser. -
Emit colored warnings and other messages on the console when running in a browser.
See the full changelog for changes in earlier releases.