We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21293bd commit 869f290Copy full SHA for 869f290
docs/guide/pre-processors.md
@@ -62,7 +62,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
62
{
63
loader: 'sass-loader',
64
options: {
65
- indentedSyntax: true
+ indentedSyntax: true,
66
// sass-loader version >= 8
67
sassOptions: {
68
indentedSyntax: true
0 commit comments