针对于sass变量进行“/”运算,导致出现如下警告信息:
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
出现以上警告的原因,是因为sass 新版本目前弃用了“/”的用法而导致
解决办法:
- npm install -g sass-migrator
- 进入项目node_modules文件
- 执行sass-migrator division **/*.scss