Skip to content

Commit 257a31f

Browse files
dependabot[bot]Felix Kleinekathoefer
andauthored
Bump gulp-sass from 4.1.1 to 5.0.0 (#74)
* Bump gulp-sass from 4.1.1 to 5.0.0 Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](dlmanning/gulp-sass@v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: gulp-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix * Fixed dependency Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Kleinekathoefer <[email protected]>
1 parent 72d0232 commit 257a31f

File tree

3 files changed

+8068
-1638
lines changed

3 files changed

+8068
-1638
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const
1111
htmlmin = require('gulp-htmlmin'),
1212

1313
// CSS
14-
sass = require('gulp-sass'),
14+
sass = require('gulp-sass')(require('sass')),
1515
postcss = require('gulp-postcss'),
1616
autoprefixer = require('autoprefixer'),
1717
cleanCSS = require('gulp-clean-css'),

0 commit comments

Comments
 (0)