提问人:Chingun Erdene-Ochir 提问时间:9/12/2022 最后编辑:Chingun Erdene-Ochir 更新时间:9/16/2022 访问量:402
弃用警告:在 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
答:
1赞
C-Dev
9/16/2022
#1
你在顶部导入吗?@use "sass:math";
评论