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
40% building 57/63 modules 6 active /home/matt/projects/SGH/vueargon/node_modules/url/node_modules/qs/lib/parse.jsDEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Version
3
Reproduction link
https://www.creative-tim.com/new-issue/vue-argon-dashboard
Operating System
ubuntu 22
Device
desktop
Browser & Version
none
Steps to reproduce
What is expected?
no errors
What is actually happening?
40% building 57/63 modules 6 active /home/matt/projects/SGH/vueargon/node_modules/url/node_modules/qs/lib/parse.jsDEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
279 │ 1: $spacer / 4,
│ ^^^^^^^^^^^
╵
src/assets/scss/argon-dashboard/_variables.scss 279:6 @import
src/assets/scss/argon-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
280 │ 2: $spacer / 2,
│ ^^^^^^^^^^^
╵
src/assets/scss/argon-dashboard/_variables.scss 280:6 @import
src/assets/scss/argon-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
531 │ $headings-margin-bottom: $spacer / 2 !default;
│ ^^^^^^^^^^^
╵
src/assets/scss/argon-dashboard/_variables.scss 531:31 @import
src/assets/scss/argon-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
1101 │ $navbar-padding-y: $spacer / 2 !default;
│ ^^^^^^^^^^^
╵
src/assets/scss/argon-dashboard/_variables.scss 1101:37 @import
src/assets/scss/argon-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
1112 │ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src/assets/scss/argon-dashboard/_variables.scss 1112:37 @import
src/assets/scss/argon-dashboard.scss 21:9 root stylesheet
WARNING: 20 repetitive deprecation warnings omitted.
Solution
Additional comments
The site does work but the errors are concerning
The text was updated successfully, but these errors were encountered: