Skip to content

Instantly share code, notes, and snippets.

@frontendbeast
Created March 18, 2016 09:39
gulp.src([ '**/*.scss' ])
.pipe( postcss([ autoprefixer({ browsers: '> 5% in my stats', stats: 'path/to/the/stats.json' }) ]) )
.pipe(gulp.dest())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment