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

Getting Deprecation Warning related to Sass #316

Open
sachinkumar121 opened this issue Oct 17, 2024 · 1 comment
Open

Getting Deprecation Warning related to Sass #316

sachinkumar121 opened this issue Oct 17, 2024 · 1 comment

Comments

@sachinkumar121
Copy link

I have installed the latest version.
When I run the npm run dev command, it gives many Deprecation Warning related to Sass.

Deprecation Warning on line 3, column 9 of src/App.vue: 
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import
  ╷
3@import 'styles/style';
  │         ^^^^^^^^^^^^^^
  ╵

Deprecation Warning on line 5, column 9 of src/App.vue: 
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import
  ╷
5@import 'styles/examples';
  │         ^^^^^^^^^^^^^^^^^
  ╵

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning on line 2, column 9 of src/styles/style.scss: 
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import
  ╷
2@import "variables";
  │         ^^^^^^^^^^^
  ╵

Deprecation Warning on line 5, column 9 of src/styles/style.scss: 
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import
  ╷
5@import "@coreui/coreui/scss/coreui";
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Deprecation Warning on line 6, column 9 of src/styles/style.scss: 
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import
  ╷
6@import "@coreui/chartjs/scss/coreui-chartjs";
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Warning: 6 repetitive deprecation warnings omitted.

How can we remove(or silence) these warnings?

Environment Details:-

  • Operating system and version: macOS Monterey 12.7.6
  • Browser and version: Chrome Version 129.0.6668.101
@andreadisaro
Copy link

hi, I know this is quite a pain in the *ss, but it needs to be done asap...
hope you are working on fixing this already

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

2 participants