Remove another instance of redundant Vite Sass config (#1391)

This commit is contained in:
Evan Simkowitz 2024-12-04 20:35:05 -05:00 committed by GitHub
parent df2889f280
commit 5c315779ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,12 +76,5 @@ export default defineConfig({
targets: [{ src: "node_modules/monaco-editor/min/vs/*", dest: "monaco" }],
}),
],
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler", // or "modern"
},
},
},
},
});