Skip to content

Commit 125bcad

Browse files
committed
Remove “Node” and “PostCSS” sections from readme #7
1 parent 737e06e commit 125bcad

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@ $ npm install postcss-sorting
2121

2222
See [PostCSS] docs for examples for your environment.
2323

24-
#### Node
25-
26-
```js
27-
require('postcss-sorting').process(YOUR_CSS, { /* options */ });
28-
```
29-
30-
#### PostCSS
31-
32-
Add [PostCSS] to your build tool:
33-
34-
```bash
35-
npm install postcss --save-dev
36-
```
37-
38-
Load [PostCSS Sorting] as a PostCSS plugin:
39-
40-
```js
41-
postcss([
42-
require('postcss-sorting')({ /* options */ })
43-
]);
44-
```
45-
4624
#### Gulp
4725

4826
Add [Gulp PostCSS] to your build tool:

0 commit comments

Comments
 (0)