Migrate to sass-embedded

This commit is contained in:
2025-02-16 14:27:03 +01:00
parent b1dc83b04d
commit ce3d35f911
13 changed files with 643 additions and 693 deletions

View File

@ -3,6 +3,13 @@ import react from "@vitejs/plugin-react";
import * as path from "path";
export default defineConfig({
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
plugins: [react()],
resolve: {
alias: {