Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 authored Aug 8, 2023
1 parent 747f58f commit d0ffc79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
An array of formats. Allows you save to multiple locations, with a customisable format and extension for each

| Properties | Type | Default | Notes |
| ------------------------- | -------------------------------- | ---------- | ------------------------------------------------------------------- |
| format | `expanded` OR `compressed` | `expanded` | The output style of the generated file |
| extensionName | `string` | `.css` | The extension appended to the outputted file (must end with `.css`) |
| savePath | `string?` | `null` | See [save path notes] |
| savePathReplacementPairs | `Record<string, string>?` | `null` | See [save path notes] |
| <sup>Ŧ</sup>_linefeed_ | `cr` OR `crlf` OR `lf` OR `lfcr` | `lf` | The linefeed terminator to use |
| <sup>Ŧ</sup>_indentType_ | `space` OR `tab` | `space` | The indentation to use for the `expanded` format |
| <sup>Ŧ</sup>_indentWidth_ | `number` | `2` | The indentation width used for the `expanded` format |
| Properties | Type | Default | Notes |
| ------------------------- | -------------------------------- | ---------- | -------------------------------------------------------------------- |
| format | `expanded` OR `compressed` | `expanded` | The output style of the generated file |
| extensionName | `string` | `.css` | The extension suffix added to the output file (must end with `.css`) |
| savePath | `string?` | `null` | See [save path notes] |
| savePathReplacementPairs | `Record<string, string>?` | `null` | See [save path notes] |
| <sup>Ŧ</sup>_linefeed_ | `cr` OR `crlf` OR `lf` OR `lfcr` | `lf` | The linefeed terminator to use |
| <sup>Ŧ</sup>_indentType_ | `space` OR `tab` | `space` | The indentation to use for the `expanded` format |
| <sup>Ŧ</sup>_indentWidth_ | `number` | `2` | The indentation width used for the `expanded` format |

<small><sup>Ŧ</sup> These will be removed in SASS v2.0 and are currently unavailable when `liveSassCompile.settings.useNewCompiler` is `true`</small>

Expand Down

0 comments on commit d0ffc79

Please sign in to comment.