Skip to content

Commit 62f29c8

Browse files
authored
Update README: npm package does not support --embedded flag (#2022)
1 parent cb4b442 commit 62f29c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,11 @@ an API for users to invoke Sass and define custom functions and importers.
419419
* `sass --embedded --version` prints `versionResponse` with `id = 0` in JSON and
420420
exits.
421421

422-
No other command-line flags are supported with `--embedded`.
422+
The `--embedded` command-line flag is not available when you install Dart Sass
423+
as an [npm package]. No other command-line flags are supported with
424+
`--embedded`.
425+
426+
[npm package]: #from-npm
423427

424428
## Behavioral Differences from Ruby Sass
425429

0 commit comments

Comments
 (0)