gulp.src([ '**/*.scss' ]) .pipe( postcss([ autoprefixer({ browsers: '> 5% in my stats', stats: 'path/to/the/stats.json' }) ]) ) .pipe(gulp.dest())