Skip to content

Commit

Permalink
chore: cleanup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 26, 2024
1 parent 9b54325 commit 455e6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/scss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const transformer: Transformer<Options.Sass> = async ({
silenceDeprecations:
major >= 1 && minor >= 79
? ['legacy-js-api', ...(restOptions.silenceDeprecations || [])]
: undefined,
: restOptions.silenceDeprecations,
includePaths: getIncludePaths(filename, options.includePaths),
sourceMap: true,
sourceMapEmbed: false,
Expand Down

0 comments on commit 455e6e9

Please sign in to comment.