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

Flood of deprecation warnings while running web frontend locally for development #2143

Open
yarikoptic opened this issue Jan 17, 2025 · 0 comments
Labels
DX Affects developer experience

Comments

@yarikoptic
Copy link
Member

running yarnpkg run dev shows many instances of the same 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, 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/VTimeline/_variables.scss 1:9  @import
    node_modules/vuetify/src/components/VTimeline/VTimeline.sass 2:9   root stylesheet

which ideally should be addressed one way or another (I guess within vuetify? may be just a new version we need?)

@yarikoptic yarikoptic added the DX Affects developer experience label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Affects developer experience
Projects
None yet
Development

No branches or pull requests

1 participant