Skip to content

Instantly share code, notes, and snippets.

@frontendbeast
Created March 18, 2016 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frontendbeast/2390d6954ffbc636d7ac to your computer and use it in GitHub Desktop.
Save frontendbeast/2390d6954ffbc636d7ac to your computer and use it in GitHub Desktop.
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