Skip to content

Dart Sass 1.34.0

Compare
Choose a tag to compare
@sassbot sassbot released this 22 May 06:17
· 633 commits to main since this release
d15a41a

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

Changes

  • Don't emit the same warning in the same location multiple times.

  • Cap deprecation warnings at 5 per feature by default.

Command Line Interface

  • Add a --quiet-deps flag which silences compiler warnings from stylesheets loaded through --load-paths.

  • Add a --verbose flag which causes the compiler to emit all deprecation warnings, not just 5 per feature.

Dart API

  • Add a quietDeps argument to compile(), compileString(), compileAsync(), and compileStringAsync() which silences compiler warnings from stylesheets loaded through importers, load paths, and package: URLs.

  • Add a verbose argument to compile(), compileString(), compileAsync(), and compileStringAsync() which causes the compiler to emit all deprecation warnings, not just 5 per feature.

See the full changelog for changes in earlier releases.