Skip to content

Commit

Permalink
Update README: npm package does not support --embedded flag (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Jun 21, 2023
1 parent cb4b442 commit 62f29c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62f29c8

Please sign in to comment.