Dart Sass 1.34.0
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-path
s. -
Add a
--verbose
flag which causes the compiler to emit all deprecation warnings, not just 5 per feature.
Dart API
-
Add a
quietDeps
argument tocompile()
,compileString()
,compileAsync()
, andcompileStringAsync()
which silences compiler warnings from stylesheets loaded through importers, load paths, andpackage:
URLs. -
Add a
verbose
argument tocompile()
,compileString()
,compileAsync()
, andcompileStringAsync()
which causes the compiler to emit all deprecation warnings, not just 5 per feature.
See the full changelog for changes in earlier releases.