sass-site/source/_includes/doc_snippets/silence-deprecations.liquid

10 lines
453 B
Plaintext
Raw Normal View History

2023-05-25 00:07:53 +02:00
{% 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`.
2023-06-16 01:45:25 +02:00
[`--quiet-deps` flag]: /documentation/cli/dart-sass/#quiet-deps
2023-05-25 00:07:53 +02:00
[`quietDeps` option]: /documentation/js-api/interfaces/StringOptionsWithoutImporter#quietDeps
{% endfunFact %}