sass-site/source/documentation/snippets/silence-deprecations.liquid
2023-05-24 22:07:53 +00:00

10 lines
452 B
Plaintext

{% funFact %}
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
{% endfunFact %}