From e80a7223ae0800b0b5f3723fda981427620e1ac8 Mon Sep 17 00:00:00 2001 From: Esref Durna Date: Mon, 8 May 2017 17:36:24 -0700 Subject: [PATCH] Update README.md comma missing, --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d573b3..455bcd05 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ You can manually specify the path to search for your config (`postcss.config.js` **postcss.config.js** ```js module.exports = ({ file, options, env }) => ({ - parser: file.extname === '.sss' ? 'sugarss' : false + parser: file.extname === '.sss' ? 'sugarss' : false, plugins: { 'postcss-import': { root: file.dirname }, 'cssnext': options.cssnext ? options.cssnext : false,