Skip to content

Commit 4729aca

Browse files
committed
Apply review feedbacks
1 parent a0fc440 commit 4729aca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/src/embedded/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Embedded Sass Compiler
22

33
This directory contains the Dart Sass embedded compiler. This is a special mode
4-
of the Dart Sass command-line executable, only supported on the Dart VM and
5-
Node.js, in which it uses stdin and stdout to communicate with another endpoint,
6-
the "embedded host", using a protocol buffer-based protocol. See [the embedded
7-
protocol specification] for details.
4+
of the Dart Sass command-line executable, in which it uses stdin and stdout to
5+
communicate with another endpoint, the "embedded host", using a protocol
6+
buffer-based protocol. See [the embedded protocol specification] for details.
87

98
[the embedded protocol specification]: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
109

0 commit comments

Comments
 (0)