最佳答案
我无法让数学 SASS 库在 Vue 应用程序中工作。它与 Dart Sass 和 Sass-loader 一起编译。Dart Sass 版本是 1.26.3
,所以数学模块 应该可以工作。
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: There is no module with the namespace "math".
@for $i from 2 through 10
&:nth-child(#{$i}) { transition-duration: 300ms + $i * 50ms - 400ms * math.floor($i / 8); }
^^^^^^^^^^^^^^^^^^
}