X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=sass%2FREADME.md;h=bbab72a653d94447e7d123d400910a9074b185c3;hb=b1d3b44f966332434d8ec49b2a0df569e9bf8c16;hp=1c1f74be04eb83e841e7ae2a6baf1a280fc52499;hpb=88d1827218d32da6da5d5ba7abed4d0014e9614f;p=webi-installers%2F.git diff --git a/sass/README.md b/sass/README.md index 1c1f74b..bbab72a 100644 --- a/sass/README.md +++ b/sass/README.md @@ -1,33 +1,35 @@ --- -title: dart-sass -homepage: https://github.com/webinstall/dart-sass +title: sass +homepage: https://github.com/sass/dart-sass tagline: | - dart-sass: A Dart implementation of Sass. Sass makes CSS fun again. + sass: The reference implementation of Sass, written in Dart. Sass makes CSS fun again. --- -To update or switch versions, run `webi example@dart-sass` (or `@v2`, `@beta`, -etc). +To update or switch versions, run `webi sass@stable` (or `@v2`, `@beta`, etc). ## Cheat Sheet -> Dart Sass has replaced Ruby Sass as the canonical implementation of the Sass language. +> Dart Sass has replaced Ruby Sass as the canonical implementation of the Sass +> language. ### Command format: + ```bash sass [output.css] ``` + or + ```bash sass : : ``` - -| Input and Output | Functionality | -|------------------|-----------------------------------------------------------| +| Input and Output | Functionality | +| ---------------- | --------------------------------------------------------- | | --[no-]stdin | Read the stylesheet from stdin. | | --[no-]indented | Use the indented syntax for input from stdin. | | -I, --load-path= | A path to use when resolving imports. | | -s, --style= | Output style. | | --[no-]charset | Emit a @charset or BOM for CSS with non-ASCII characters. | | --[no-]error-css | When an error occurs, emit a stylesheet describing it. | -| --update | Only compile out-of-date stylesheets. | \ No newline at end of file +| --update | Only compile out-of-date stylesheets. |