Individual stylesheets must be in the sass directory
使用gulp-compass编译sass,报错*Individual stylesheets must be in the sass directory.*部分关键代码如下 /* 编译sass文件,然后调用compass进行编译,设置css和sass的路径*/ gulp.task('compass', function() { gulp.src('src/**/*.scss') ...
原创
2020-03-09 08:29:59 ·
526 阅读 ·
0 评论