Fix import syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jim Martens 2023-07-21 22:13:45 +02:00
parent cbf7cbd885
commit ca67bfab1c
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ import terser from "gulp-terser";
// Include paths file.
import {paths} from "./_assets/gulp_config/paths.js";
import {render} from "node-sass";
import * as dartSass from "sass";
const gulpSass = sass(render);
const gulpSass = sass(dartSass);
const browserSync = create("gulpfile");
// Uses Sass compiler to process styles, adds vendor prefixes, minifies, then