We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sass
1 parent 8598741 commit e930dbcCopy full SHA for e930dbc
src/quietSassWarnings.ts
@@ -39,7 +39,7 @@ export function enableQuietSassWarnings(context: ModuleContext, config: ViteConf
39
warn: silenceSlashDivDeprecations,
40
}
41
42
- config.css.preprocessorOptions.scss = defu(userConfig, sassConfig) as SassPreprocessorOptions
+ config.css.preprocessorOptions[type] = defu(userConfig, sassConfig) as SassPreprocessorOptions
43
44
45
0 commit comments