From b2229fcb1e977c4134adfb248735782761d6ae5a Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Mon, 14 Feb 2022 00:41:20 +0100 Subject: [PATCH] Update to new sass --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 5ff3f43..7348f54 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ //:: Initiate npm-modules const gulp = require('gulp'), - sass = require('gulp-sass'), + sass = require('gulp-sass')(require('sass')), concat = require('gulp-concat'), livereload = require('gulp-livereload'), notify = require('gulp-notify'),