Unverified Commit 869f2900 authored by Hibariya's avatar Hibariya Committed by GitHub

docs: fix a syntax error in example code (#1636)

parent 21293bd3
......@@ -62,7 +62,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
{
loader: 'sass-loader',
options: {
indentedSyntax: true
indentedSyntax: true,
// sass-loader version >= 8
sassOptions: {
indentedSyntax: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment