JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 183955
  • Score
    100M100P100Q168720F
  • License MIT

Autoprefixer for gulp.

Package Exports

  • gulp-autoprefixer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-autoprefixer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gulp-autoprefixer

Autoprefixer for 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