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