Skip to content

Commit 9daf714

Browse files
committed
Upgrade nuxt
1 parent 9938deb commit 9daf714

4 files changed

Lines changed: 4154 additions & 4520 deletions

File tree

nuxt.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ export default defineNuxtConfig({
126126
stage: false,
127127
features: {
128128
'custom-media-queries': true,
129-
'custom-properties': true
129+
'custom-properties': {
130+
// TODO: this hides the warning about deprecation of importFrom
131+
'disableDeprecationNotice': true
132+
}
130133
},
131134
importFrom: [
132135
'./assets/css/root-size.css',

0 commit comments

Comments
 (0)