From 58e1a522855d48a1d0540dd3c6dd0f982453eec0 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Fri, 18 Sep 2020 17:58:43 +0300 Subject: [PATCH] docs: fix --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4054e61..10c488fd 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,13 @@ module.exports = { options: { postcssOptions: { plugins: [ - 'postcss-preset-env', - { - // Options - }, + [ + 'postcss-preset-env', + { + // Options + }, + ], + '', ], }, },