Update README: npm package does not support --embedded flag (#2022)

This commit is contained in:
Joe Mooring 2023-06-20 17:14:53 -07:00 committed by GitHub
parent cb4b442408
commit 62f29c8eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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