From 3722b8842a37092ec1ac964547206927ea4d5f9d Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Thu, 14 Sep 2017 23:07:56 +0200 Subject: [PATCH] Remove autoprefixer from poscss.config.js Prevents throwing the warning "postcss-cssnext found a duplicate plugin ('autoprefixer') in your postcss plugins. This might be inefficient. You should remove 'autoprefixer' from your postcss plugin list since it's already included by postcss-cssnext." --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dfbd3f8f..6d5ba82b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ module.exports = { plugins: { 'postcss-import': {}, 'postcss-cssnext': {}, - 'autoprefixer': {}, 'cssnano': {} } }