diff --git a/gulpfile.js b/gulpfile.js index 4e21ebd..5a6b03e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -118,7 +118,7 @@ const docs = () => { // * Process CSS * .pipe(cssOnly) .pipe(sourcemaps.init()) - .pipe(postcss([cssnano()])) + .pipe(postcss([autoprefixer(), cssnano()])) .pipe(sourcemaps.write('.')) .pipe(cssOnly.restore)