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

[Bug] Sass errors on new install #87

Open
mdinat3 opened this issue Jul 13, 2023 · 0 comments
Open

[Bug] Sass errors on new install #87

mdinat3 opened this issue Jul 13, 2023 · 0 comments

Comments

@mdinat3
Copy link

mdinat3 commented Jul 13, 2023

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

  1. Download code from site
  2. run npm install
  3. run npm serve

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

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