Skip to content
New issue

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

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. #91

Open
shershen08 opened this issue Apr 12, 2022 · 0 comments

Comments

@shershen08
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant