Skip to content

Commit 0b401f0

Browse files
karlhorkyhudochenkov
authored andcommitted
Fix config example
1 parent 05d17f4 commit 0b401f0

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
@@ -87,7 +87,7 @@ Create a `postcss.config.js` with PostCSS Sorting configuration:
8787

8888
```js
8989
module.exports = {
90-
plugins: [
90+
plugins: {
9191
'postcss-sorting': {
9292
order: [
9393
'custom-properties',
@@ -101,7 +101,7 @@ module.exports = {
101101

102102
'unspecified-properties-position': 'bottom',
103103
},
104-
],
104+
},
105105
};
106106
```
107107

0 commit comments

Comments
 (0)