mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-19 05:37:43 +00:00
fixed deprecated api when migrating to sass 3 (#549)
This commit is contained in:
@@ -15,6 +15,15 @@ export default defineConfig(() => {
|
||||
src: path.resolve(__dirname, "src"),
|
||||
},
|
||||
},
|
||||
|
||||
// Configure Sass to use the modern API
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern-compiler",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
return config;
|
||||
|
||||
Reference in New Issue
Block a user