弃用警告:在 calc() 之外使用 / 表示除法已被弃用,并将在 Dart Sass 2.0.0 中删除。两个修复选项都使我的应用程序崩溃

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Both fix options crash my app

提问人:Chingun Erdene-Ochir 提问时间:9/12/2022 最后编辑:Chingun Erdene-Ochir 更新时间:9/16/2022 访问量:402

问:

我需要有关此弃用问题的帮助,无论我选择哪一个,它们都会使我的 Web 应用程序崩溃。我该怎么办?

enter image description here

这是 calc 选项Changning to calc

这是数学 div 选项enter image description here

飞镖 Sass 指南针-Sass

评论

0赞 Amaury Hanser 9/12/2022
看起来您的第二个错误是关于已在使用的地址。您确定该端口尚未使用吗?

答:

1赞 C-Dev 9/16/2022 #1

你在顶部导入吗?@use "sass:math";