Skip to content

Commit

Permalink
docs(README): add missing comma (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
EsrefDurna authored and michael-ciniawsky committed May 9, 2017
1 parent e57cd91 commit 63f3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 63f3b14

Please sign in to comment.