The @import rule and global built-in functions are deprecated in Dart Sass 1.80.0 and will be removed in Dart Sass 3.0.0. These deprecations cause issues like conflicts, slow compilation, and difficulties tracing variables/functions.
Action Required:
- Restructure base theme, defining all used variables.
- Replace @import rules with @use and @forward as per the new Sass module system.
- Migrate global built-in functions to scoped equivalents to avoid future issues.
Further information:
The @import rule and global built-in functions are deprecated in Dart Sass 1.80.0 and will be removed in Dart Sass 3.0.0. These deprecations cause issues like conflicts, slow compilation, and difficulties tracing variables/functions.
Action Required:
Further information: