Skip to content

Commit

Permalink
Added a default sass provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jul 27, 2021
1 parent 5278205 commit 9bdf7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const prefix = require('gulp-autoprefixer')
const cssnano = require('gulp-cssnano')
const uglify = require('gulp-uglify')
const concat = require('gulp-concat')
const sass = require('gulp-sass')
const sass = require('gulp-sass')(require('sass'))
const gulp = require('gulp')

const src = {
Expand Down

0 comments on commit 9bdf7cb

Please sign in to comment.