0
点赞
收藏
分享

微信扫一扫

SassError: There is no module with the namespace “math“


使用sass报这个错误
sass版本号

"sass-loader": "^13.0.2",
"sass": "^1.54.5",

解决方案
sass代码开头增加这一行

@use 'sass:math';

即可解决这个问题


举报

相关推荐

0 条评论