Reference: https://sass-lang.com/d/import
The @import rules need to be migrated to use the module system.
A tool is provided to perform that migration.
Example of deprecation warning when compiling the SCSS
Deprecation Warning: 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 'settings'; │ ^^^^^^^^^^ ╵ src/assets/scss/app.scss 3:9 root stylesheet