sometimes it breaks
This commit is contained in:
parent
615834e7be
commit
5a748abc5d
@ -22,7 +22,7 @@ function compileScss() {
|
|||||||
};
|
};
|
||||||
return gulp.src(SYSTEM_SCSS)
|
return gulp.src(SYSTEM_SCSS)
|
||||||
.pipe(
|
.pipe(
|
||||||
sass.compile(options)
|
sass(options)
|
||||||
.on('error', handleError)
|
.on('error', handleError)
|
||||||
)
|
)
|
||||||
.pipe(prefix({
|
.pipe(prefix({
|
||||||
|
Loading…
Reference in New Issue
Block a user