Improvements for xs screens
This commit is contained in:
parent
68c247f3cc
commit
653a39d0a3
9 changed files with 146 additions and 25 deletions
|
@ -76,6 +76,14 @@ export default defineConfig({
|
|||
}
|
||||
}
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
quietDeps: true,
|
||||
silenceDeprecations: ['import']
|
||||
}
|
||||
}
|
||||
},
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}'],
|
||||
globals: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue