Skip to content

Commit 663f818

Browse files
committed
minor #8837 [Encore] Typo fix: use correct parameter options (bobdenotter)
This PR was merged into the 3.3 branch. Discussion ---------- [Encore] Typo fix: use correct parameter `options` Commits ------- d740e1c Typo fix: use correct parameter `options`
2 parents 2f195e8 + d740e1c commit 663f818

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)