File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # PostCSS Sort [ ![ Build Status] [ ci-img ]] [ ci ]
1
+ # PostCSS Sorting [ ![ Build Status] [ ci-img ]] [ ci ]
2
2
3
3
[ PostCSS] plugin to sort rules content with specified order.
4
4
5
5
[ PostCSS ] : https://github.com/postcss/postcss
6
- [ ci-img ] : https://travis-ci.org/hudochenkov/postcss-sort .svg
7
- [ ci ] : https://travis-ci.org/hudochenkov/postcss-sort
6
+ [ ci-img ] : https://travis-ci.org/hudochenkov/postcss-sorting .svg
7
+ [ ci ] : https://travis-ci.org/hudochenkov/postcss-sorting
8
8
9
9
``` css
10
10
.foo {
21
21
## Usage
22
22
23
23
``` js
24
- postcss ([ require (' postcss-sort ' ) ])
24
+ postcss ([ require (' postcss-sorting ' ) ])
25
25
```
26
26
27
27
See [ PostCSS] docs for examples for your environment.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function cleanLineBreaks(node) {
59
59
return node ;
60
60
}
61
61
62
- module . exports = postcss . plugin ( 'postcss-sort ' , function ( opts ) {
62
+ module . exports = postcss . plugin ( 'postcss-sorting ' , function ( opts ) {
63
63
return function ( css ) {
64
64
var order = getSortOrder ( opts ) ;
65
65
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " postcss-sort " ,
2
+ "name" : " postcss-sorting " ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " PostCSS plugin sorting." ,
5
5
"keywords" : [
10
10
],
11
11
"author" :
" Aleks Hudochenkov <[email protected] >" ,
12
12
"license" : " MIT" ,
13
- "repository" : " hudochenkov/postcss-sort " ,
13
+ "repository" : " hudochenkov/postcss-sorting " ,
14
14
"bugs" : {
15
- "url" : " https://github.com/hudochenkov/postcss-sort /issues"
15
+ "url" : " https://github.com/hudochenkov/postcss-sorting /issues"
16
16
},
17
- "homepage" : " https://github.com/hudochenkov/postcss-sort " ,
17
+ "homepage" : " https://github.com/hudochenkov/postcss-sorting " ,
18
18
"dependencies" : {
19
19
"postcss" : " ^5.0.10"
20
20
},
You can’t perform that action at this time.
0 commit comments