0.2.0
This commit is contained in:
@@ -56,7 +56,12 @@ export default defineConfig(async () => ({
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: 'modern-compiler',
|
||||
quietDeps: true,
|
||||
//silenceDeprecations: ["import", "color-functions", "global-builtin"] as const,
|
||||
silenceDeprecations: ["import", "color-functions", "global-builtin",],
|
||||
verbose: false,
|
||||
//api: 'modern',
|
||||
//api: 'modern-compiler',
|
||||
importers: [new NodePackageImporter()],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user