From 62f29c8eca4f989454a18f3f45138aeffe2067b6 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 20 Jun 2023 17:14:53 -0700 Subject: [PATCH] Update README: npm package does not support --embedded flag (#2022) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dde06fc24..bf63f2a6f 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,11 @@ an API for users to invoke Sass and define custom functions and importers. * `sass --embedded --version` prints `versionResponse` with `id = 0` in JSON and exits. -No other command-line flags are supported with `--embedded`. +The `--embedded` command-line flag is not available when you install Dart Sass +as an [npm package]. No other command-line flags are supported with +`--embedded`. + +[npm package]: #from-npm ## Behavioral Differences from Ruby Sass