Skip to content

Commit d5a90d4

Browse files
authored
Update gulpfile.js
1 parent b2f3ef1 commit d5a90d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ var taskConcat = require('./gulp-tasks/concat.js');
3333
//=======================================================
3434

3535
gulp.task('compile:sass', async function() {
36-
const prefix = (await prefixPromise).default;
37-
return taskCompile.sass(prefix);
36+
const prefix = (await prefixPromise).default; // Await the prefix import
37+
return taskCompile.sass(prefix); // Use autoprefixer
3838
});
3939

4040
gulp.task('compile:js', function() {

0 commit comments

Comments
 (0)