core: update to new sass compile function

This commit is contained in:
Winter_Myst 2024-09-22 02:09:42 +02:00
parent b85efb57d1
commit 615834e7be

View File

@ -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({