We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737e06e commit 125bcadCopy full SHA for 125bcad
README.md
@@ -21,28 +21,6 @@ $ npm install postcss-sorting
21
22
See [PostCSS] docs for examples for your environment.
23
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
41
-postcss([
42
- require('postcss-sorting')({ /* options */ })
43
-]);
44
45
46
#### Gulp
47
48
Add [Gulp PostCSS] to your build tool:
0 commit comments