Skip to content

Commit

Permalink
Merge pull request #927 from firebase/prameshj-patch-1
Browse files Browse the repository at this point in the history
Upgrade to gulp-sass 5.0.0 to use node-sass 6.0.0
  • Loading branch information
prameshj authored Feb 22, 2022
2 parents f522da7 + 3964433 commit d05eda7
Show file tree
Hide file tree
Showing 3 changed files with 17,057 additions and 476 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const fse = require('fs-extra');
const flip = require('gulp-css-flip');
const gulp = require('gulp');
const path = require('path');
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
const streamqueue = require('streamqueue');
const util = require('gulp-util');

Expand Down
Loading

0 comments on commit d05eda7

Please sign in to comment.