sass-site/source/_includes/doc_snippets/silence-deprecations.liquid
2023-06-15 23:45:25 +00:00

10 lines
453 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 %}