From 309641b659ff3eb37585cafcc571dbdbf76a9010 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 30 Aug 2021 17:27:11 -0700 Subject: [PATCH] Document the --quiet-deps flag (#573) Co-authored-by: Awjin Ahn --- source/documentation/cli/dart-sass.html.md.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/documentation/cli/dart-sass.html.md.erb b/source/documentation/cli/dart-sass.html.md.erb index 482ad0d..db56f55 100644 --- a/source/documentation/cli/dart-sass.html.md.erb +++ b/source/documentation/cli/dart-sass.html.md.erb @@ -421,6 +421,17 @@ By default, Sass emits warnings when deprecated features are used or when the $ sass --quiet style.scss style.css ``` +#### `--quiet-deps` + +This flag tells Sass not to emit deprecation warnings that come from +dependencies. It considers any file that's transitively imported through a [load +path] to be a "dependency". This flag doesn't affect the [`@warn` rule] or the +[`@debug` rule]. + +```shellsession +$ sass --load-path=node_modules --quiet-deps style.scss style.css +``` + #### `--trace` This flag tells Sass to print the full Dart or JavaScript stack trace when an