We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running in serve or build mode warnings like this creates enormous noise in CLI
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($grid-gutter, 3) or calc($grid-gutter / 3) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 64 │ 'md': $grid-gutter / 3, │ ^^^^^^^^^^^^^^^^ ╵ node_modules/vuetify/src/styles/settings/_variables.scss 64:11 @import node_modules/vuetify/src/styles/settings/_index.sass 1:9 @import node_modules/vuetify/src/styles/styles.sass 2:9 @import node_modules/vuetify/src/components/VOverlay/_variables.scss 1:9 @import node_modules/vuetify/src/components/VOverlay/VOverlay.sass 1:9 root stylesheet Warning: 1 repetitive deprecation warnings omitted.
I've tried to upgrade vuetify to 2.6.x, add --silent flag but that doesn't solve the problem.
--silent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While running in serve or build mode warnings like this creates enormous noise in CLI
I've tried to upgrade vuetify to 2.6.x, add
--silent
flag but that doesn't solve the problem.The text was updated successfully, but these errors were encountered: