I am currently using metronic v8.2.4 angular
I have update angular from 17 to v19
the functionalities works fine but I get some warnings for sass related to @import key word and replacing it with @use and @forward
Please confirm that it will not affect any functionalities in the future!!
Hi Mahmoud Salama,
The warnings you're seeing are related to the deprecation of @import in the latest versions of Sass.
It just happening recently, as of Dart Sass 1.80.0, released in October 2024, the @import rule is officially deprecated. While it remains functional for now, it's scheduled for removal in Dart Sass 3.0.0.
You can use it for now. We will update it near in the future.
https://sass-lang.com/blog/import-is-deprecated/?utm_source=chatgpt.com
Thanks
Hi,
Can you please update the style assets as well? You can check them from the Metronic Angular version v8.2.9 under:
/angular/demo1/src/assets
Thanks
it also using @import with partials like
// Initialize
@import "init";
not using @forward and @use