chore: update scss config in vite

This commit is contained in:
Damillora 2025-02-23 08:09:26 +00:00
parent 8a5b5c102a
commit 59f796331a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
/* Variables and mixins declared here will be available in all other SCSS files */

View File

@ -7,7 +7,7 @@ export default defineConfig({
css: {
preprocessorOptions: {
scss: {
additionalData: '@use "src/variables.scss" as *;',
api: 'modern-compiler' // or "modern"
},
},
},