无法导入断点萨斯和指南针

时间:2018-07-07 09:53:24

标签: sass breakpoints compass-sass compass

我已安装断点gem enter image description here

但是当我使用@import“ breakpoint”导入它时,我的gulp任务失败并显示以下错误 enter image description here

我写的Gulp任务。代码如下 enter image description here

但是当我使用绝对路径包含断点gem时,它就可以工作。以下是屏幕截图enter image description here

@import语句“ breakpoint”有什么问题?当gulp任务失败时。

1 个答案:

答案 0 :(得分:1)

如果您不想每次都使用断点写入完整路径,请在运行时使用gulp将路径添加到breakpoint.sass文件:

y = ax + c;
z = bx + d;
w = y;

积分:https://fedojo.com/breakpoint-sass-configuration-and-how-to-use-it-gulp-js-include-paths/