An open API service indexing awesome lists of open source software.

https://github.com/mrmurphy/gulp-autoprefixer

Autoprefixer for gulp
https://github.com/mrmurphy/gulp-autoprefixer

Last synced: 7 months ago
JSON representation

Autoprefixer for gulp

Awesome Lists containing this project

README

          

gulp-autoprefixer
===========

[Autoprefixer](https://github.com/ai/autoprefixer) for [gulp](https://github.com/wearefractal/gulp).

var prefix = require('gulp-autoprefixer');

Example
-------

gulp.src('./css/*.css')
.pipe(prefix("last 1 version", "> 1%", "ie 8", "ie 7"))
.pipe(gulp.dest('./dist/')

License
-------

MIT