Bump gulp-sass from 4.1.1 to 5.0.0 #309

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/develop/gulp-sass-5.0.0 into develop 2021-07-03 12:34:01 +02:00
Showing only changes of commit bbf185d7c5 - Show all commits

View file

@ -15,7 +15,7 @@ const { debug } = require('console');
const $ = gulpLoadPlugins()
$.sass.compiler = require('sass');
const sass = require('gulp-sass')(require('sass'));
/* ============================================================================
Base consts
@ -82,11 +82,11 @@ gulp.task('styles', () => {
// sourcemap initialization
.pipe($.if(isDev, $.sourcemaps.init()))
// sass compilation
.pipe($.sass.sync({
.pipe(sass.sync({
outputStyle: 'expanded',
precision: 7,
includePaths: ['.'],
}).on('error', $.sass.logError))
}).on('error', sass.logError))
// autoprefix
.pipe($.autoprefixer())
// out stream size