我使用本教程设置了susy sass和gulp:https://zellwk.com/blog/gulp-libsass-with-susy/我不能使用任何mixin,如@include span(12 of 16);因为它总是抛出一个错误,如: events.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)
我怎样才能让它发挥作用?
答案 0 :(得分:0)
意识到为什么会出现此错误。 Susy 3安装在我的系统上,我不知道所有可疑的@include等现在已经改变了。所以不是@include span(12 of 16),而是宽度:span(3);