From 615834e7be9fcd82fc68692c6d8f294112151f99 Mon Sep 17 00:00:00 2001 From: Winter_Myst <22961076-wintermyst@users.noreply.gitlab.com> Date: Sun, 22 Sep 2024 02:09:42 +0200 Subject: [PATCH] core: update to new sass compile function --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a328c26..bb28c62 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,7 @@ function compileScss() { }; return gulp.src(SYSTEM_SCSS) .pipe( - sass(options) + sass.compile(options) .on('error', handleError) ) .pipe(prefix({