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
2 │ @import "./index.scss";
在 Sass 3.0.0.之后 导入样式使用 “@use” ,不在使用 @import 如下: