mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
fix: use modern-compiler for sass files as well
This commit is contained in:
committed by
konrad
parent
cf6836f857
commit
452cc66b32
@@ -93,11 +93,15 @@ export default defineConfig(({mode}) => {
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
sass: {
|
||||
api: 'modern-compiler',
|
||||
quietDeps: true, // silence deprecation warnings
|
||||
},
|
||||
scss: {
|
||||
api: 'modern-compiler',
|
||||
additionalData: PREFIXED_SCSS_STYLES,
|
||||
charset: false, // fixes "@charset" must be the first rule in the file" warnings,
|
||||
quietDeps: true, // silence bulmas deprecation warnings
|
||||
quietDeps: true, // silence deprecation warnings
|
||||
},
|
||||
},
|
||||
postcss: {
|
||||
|
||||
Reference in New Issue
Block a user