Document the --quiet-deps flag (#573)

Co-authored-by: Awjin Ahn <awjin@google.com>
This commit is contained in:
Natalie Weizenbaum 2021-08-30 17:27:11 -07:00 committed by GitHub
parent a02523b0da
commit 309641b659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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