Skip to content

Commit aa9b051

Browse files
fix typo postcss config example
1 parent 1cc54d1 commit aa9b051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Then create `postcss.config.js`:
5555

5656
```js
5757
module.exports = {
58-
plugins: {
58+
plugins: [
5959
require('precss'),
6060
require('autoprefixer')
61-
}
61+
]
6262
}
6363
```
6464

0 commit comments

Comments
 (0)