Closed anandthakker closed 9 years ago
@anandthakker
gulp.src(src, { cwd: process.cwd(), }) .pipe(gulp.postcss([ doiuse({ browsers: [ 'ie >= 8', '> 1%' ], onFeatureUsage: function (usageInfo) { console.log(usageInfo.message); } }) ]));
Thanks @evilebottnawi - I can copy and paste this in, or accept a PR if you'd like to get credit! :)
@anandthakker you may copy and paste :)
@anandthakker