Deprecated as the Myth project is no longer maintained.
Myth - Postprocessor that polyfills CSS
Issues with the output should be reported on the Myth issue tracker.
$ npm install --save-dev gulp-myth
var gulp = require('gulp');
var myth = require('gulp-myth');
gulp.task('default', function () {
return gulp.src('src/app.css')
.pipe(myth())
.pipe(gulp.dest('dist'));
});
Type: boolean
Default: false
Embed a Source Map.
Type: array
Browsers and versions to support.
MIT © Sindre Sorhus