Skip to content

Commit 9bdf7cb

Browse files
committed
Added a default sass provider
1 parent 5278205 commit 9bdf7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const prefix = require('gulp-autoprefixer')
55
const cssnano = require('gulp-cssnano')
66
const uglify = require('gulp-uglify')
77
const concat = require('gulp-concat')
8-
const sass = require('gulp-sass')
8+
const sass = require('gulp-sass')(require('sass'))
99
const gulp = require('gulp')
1010

1111
const src = {

0 commit comments

Comments
 (0)