Skip to content

Commit

Permalink
docs: fix markdown (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 20, 2020
1 parent 933c8f6 commit 1bee2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/preprocessing.md
Expand Up @@ -337,7 +337,7 @@ The `scss/sass` preprocessor accepts the default sass options alongside two othe

You can check the [Sass API reference](https://sass-lang.com/documentation/js-api) for specific Sass options. The `file` and `data` properties are not supported. Instead, use the `prependData` property if you want to prepend some content to your scss content.

**Note**: When `svelte-preprocess` detects the language as Sass, it automatically sets `indentedSyntax` to `true.
**Note**: When `svelte-preprocess` detects the language as Sass, it automatically sets `indentedSyntax` to `true`.

### Stylus

Expand Down

0 comments on commit 1bee2db

Please sign in to comment.