Skip to content

Commit 16fda3d

Browse files
committed
Remove postcss dependency from usage install command
Closes #45
1 parent 0948dc8 commit 16fda3d

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
@@ -6,7 +6,7 @@ Using [css-declaration-sorter](https://github.com/Siilwyn/css-declaration-sorter
66

77
## Usage
88
Following the Prettier plugin guidelines, this package depends on Prettier as a peer dependency:
9-
`npm install postcss prettier-plugin-css-order --save-dev`
9+
`npm install prettier-plugin-css-order --save-dev`
1010

1111
To enable the plugin use the Prettier API, CLI or configuration file. For example using the JS configuration:
1212
```js

0 commit comments

Comments
 (0)