UNPKG

336 BMarkdownView Raw
1gulp-autoprefixer
2===========
3
4[Autoprefixer](https://github.com/ai/autoprefixer) for [gulp](https://github.com/wearefractal/gulp).
5
6 var prefix = require('gulp-autoprefixer');
7
8
9Example
10-------
11
12 gulp.src('./css/*.css')
13 .pipe(prefix("last 1 version", "> 1%", "ie 8", "ie 7"))
14 .pipe(gulp.dest('./dist/')
15
16
17
18License
19-------
20
21MIT
\No newline at end of file