From 44f01bbf57e674508ac3e49271574fe410e299fe Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Tue, 10 Oct 2017 15:47:35 +0200 Subject: [PATCH] docs(README): remove `autoprefixer` from example (#289) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 624ed79f..cbc74dc2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ module.exports = { plugins: { 'postcss-import': {}, 'postcss-cssnext': {}, - 'autoprefixer': {}, 'cssnano': {} } }