【发布时间】:2023-03-19 06:27:01
【问题描述】:
我已经使用本教程设置了 susy sass 和 gulp:https://zellwk.com/blog/gulp-libsass-with-susy/ 我不能使用像 @include span(12 of 16) 这样的任何 mixin;因为它总是抛出如下错误: 事件.js:182 投掷者; // 未处理的“错误”事件 ^ 错误:sass\framework_header.scss 错误:没有名为 span 的 mixin
Backtrace:
sass/framework/_header.scss:4
on line 4 of sass/framework/_header.scss
@include span(12 of 16);------------------^
at options.error (C:\bitbucket\encore\themes\encore\node_modules\node-sass\lib\index.js:291:26)
我怎样才能让它工作?
【问题讨论】: