Skip to content

Commit

Permalink
updated dependency and gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaparmar26 committed Sep 1, 2021
1 parent 4fec47b commit c072457
Show file tree
Hide file tree
Showing 5 changed files with 29,085 additions and 10,444 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Load plugins
const { src, dest, watch, parallel, series } = require("gulp");
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
const gulpautoprefixer = require('gulp-autoprefixer');
const browsersync = require("browser-sync").create();
const fileinclude = require('gulp-file-include');
Expand Down
Loading

0 comments on commit c072457

Please # to comment.