You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
running
yarnpkg run dev
shows many instances of the same warningwhich ideally should be addressed one way or another (I guess within vuetify? may be just a new version we need?)
The text was updated successfully, but these errors were encountered: