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
- Host: GitHub
- URL: https://github.com/mrmurphy/gulp-autoprefixer
- Owner: mrmurphy
- License: mit
- Created: 2013-12-27T19:28:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-21T15:29:48.000Z (over 12 years ago)
- Last Synced: 2024-05-01T20:31:48.469Z (about 2 years ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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