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 warnings in build #263

Open
ann-kilzer opened this issue Feb 21, 2022 · 0 comments · May be fixed by #311
Open

Deprecation warnings in build #263

ann-kilzer opened this issue Feb 21, 2022 · 0 comments · May be fixed by #311
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ann-kilzer
Copy link
Collaborator

ann-kilzer commented Feb 21, 2022

Describe the bug
Dart Sass deprecation warnings in the build logs

To Reproduce
Steps to reproduce the behavior:

  1. Run yarn serve
  2. Look at the logs
  3. See warning:
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, 6) or calc($grid-gutter / 6)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
63 │     'sm': $grid-gutter / 6,
   │           ^^^^^^^^^^^^^^^^
   ╵
    node_modules/vuetify/src/styles/settings/_variables.scss 63: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/VDataIterator/_variables.scss 2:9  @import
    stdin 1:9                                                              root stylesheet

Expected behavior
It would be great if that would not happen.

Additional context
This could be solved by upgrading to #261 ... I think we might be on an older version of Vuetify that is not playing nicely with new Sass rules

@ann-kilzer ann-kilzer added the bug Something isn't working label Feb 21, 2022
@ann-kilzer ann-kilzer added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 1, 2022
@RageZBla RageZBla linked a pull request Oct 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant