3 homepage: https://github.com/sass/dart-sass
5 sass: The reference implementation of Sass, written in Dart. Sass makes CSS fun again.
8 To update or switch versions, run `webi sass@stable` (or `@v2`, `@beta`, etc).
12 > Dart Sass has replaced Ruby Sass as the canonical implementation of the Sass
18 sass <input.scss> [output.css]
24 sass <input.scss>:<output.css> <input/>:<output/> <dir/>
27 | Input and Output | Functionality |
28 | ---------------- | --------------------------------------------------------- |
29 | --[no-]stdin | Read the stylesheet from stdin. |
30 | --[no-]indented | Use the indented syntax for input from stdin. |
31 | -I, --load-path= | A path to use when resolving imports. |
32 | -s, --style= | Output style. |
33 | --[no-]charset | Emit a @charset or BOM for CSS with non-ASCII characters. |
34 | --[no-]error-css | When an error occurs, emit a stylesheet describing it. |
35 | --update | Only compile out-of-date stylesheets. |