sass-site/source/documentation/snippets/_silence-deprecations.erb
2022-07-18 17:00:41 -07:00

10 lines
449 B
Plaintext

<% fun_fact do %>
Remember, you can silence deprecation warnings from libraries you don't
control! If you're using the command-line interface you can pass the
[`--quiet-deps` flag], and if you're using the JavaScript API you can set the
[`quietDeps` option] to `true`.
[`--quiet-deps` flag]: /documentation/cli/dart-sass#quiet-deps
[`quietDeps` option]: /documentation/js-api/interfaces/StringOptionsWithoutImporter#quietDeps
<% end %>