Skip to content

Commit d740e1c

Browse files
authored
Typo fix: use correct parameter options
1 parent 2f195e8 commit d740e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/css-preprocessors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ can also pass options to ``sass-loader``:
3232
3333
Encore
3434
// ...
35-
.enableSassLoader(function(sassOptions) {
35+
.enableSassLoader(function(options) {
3636
// https://github.com/sass/node-sass#options
3737
// options.includePaths = [...]
3838
});

0 commit comments

Comments
 (0)