Skip to content

Commit 63f3b14

Browse files
EsrefDurnamichael-ciniawsky
authored andcommitted
docs(README): add missing comma (#214)
1 parent e57cd91 commit 63f3b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You can manually specify the path to search for your config (`postcss.config.js`
169169
**postcss.config.js**
170170
```js
171171
module.exports = ({ file, options, env }) => ({
172-
parser: file.extname === '.sss' ? 'sugarss' : false
172+
parser: file.extname === '.sss' ? 'sugarss' : false,
173173
plugins: {
174174
'postcss-import': { root: file.dirname },
175175
'cssnext': options.cssnext ? options.cssnext : false,

0 commit comments

Comments
 (0)