1
0
mirror of https://github.com/Damillora/phoebe.git synced 2025-04-14 11:13:12 +00:00

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

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

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