使用sass报这个错误
sass版本号
"sass-loader": "^13.0.2",
"sass": "^1.54.5",
解决方案
sass代码开头增加这一行
@use 'sass:math';
即可解决这个问题
SassError: There is no module with the namespace “math“
阅读 35
2022-09-03
使用sass报这个错误
sass版本号
"sass-loader": "^13.0.2",
"sass": "^1.54.5",
解决方案
sass代码开头增加这一行
@use 'sass:math';
即可解决这个问题
相关推荐
精彩评论(0)