File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Embedded Sass Compiler
2
2
3
3
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.
8
7
9
8
[ the embedded protocol specification ] : https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
10
9
You can’t perform that action at this time.
0 commit comments