From 1bee2dbebc9360cc0a2c080324b5e1482d616e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 20 Sep 2020 08:20:49 -0400 Subject: [PATCH] docs: fix markdown (#252) --- docs/preprocessing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preprocessing.md b/docs/preprocessing.md index 17372968..26597288 100644 --- a/docs/preprocessing.md +++ b/docs/preprocessing.md @@ -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