Skip to content

Commit 869f290

Browse files
authored
docs: fix a syntax error in example code (#1636)
1 parent 21293bd commit 869f290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/pre-processors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
6262
{
6363
loader: 'sass-loader',
6464
options: {
65-
indentedSyntax: true
65+
indentedSyntax: true,
6666
// sass-loader version >= 8
6767
sassOptions: {
6868
indentedSyntax: true

0 commit comments

Comments
 (0)