coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.3k stars 971 forks source link

Getting Deprecation Warning related to Sass #316

Open sachinkumar121 opened 1 month ago

sachinkumar121 commented 1 month ago

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:-

andreadisaro commented 6 days ago

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