File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install postcss-sorting
23
23
24
24
## Options
25
25
26
- Plugin has no default options. Everything is disabled by default.
26
+ The plugin has no default options. Everything is disabled by default.
27
27
28
28
### Order
29
29
@@ -43,7 +43,7 @@ Plugin has no default options. Everything is disabled by default.
43
43
44
44
## Handling comments
45
45
46
- Shared-line comments is comments which is located after a node and on the same line as node.
46
+ Shared-line comments are comments which are located after a node and on the same line as a node.
47
47
48
48
``` css
49
49
a {
52
52
}
53
53
```
54
54
55
- Shared-line comments are always ignored in all “empty lines before” options. Plugin looks always “through” these comments. For example:
55
+ Shared-line comments are always ignored in all “empty lines before” options. The plugin always looks “through” these comments. For example:
56
56
57
57
``` js
58
58
{
73
73
}
74
74
```
75
75
76
- For “order” options comments that are before node and on a separate line connected to that node. Shared-line comments also connected to that node.
76
+ For “order” options comments that are before node and on a separate line linked to that node. Shared-line comments are also linked to that node.
77
77
78
78
``` css
79
79
a {
88
88
89
89
If you have been using [ predefined configs] , you can look at [ migrated predefined configs] .
90
90
91
- ` sort-order ` was splitted into [ ` order ` ] ( ./docs/order.md ) and [ ` properties-order ` ] ( ./docs/properties-order.md ) .
91
+ ` sort-order ` was split into [ ` order ` ] ( ./docs/order.md ) and [ ` properties-order ` ] ( ./docs/properties-order.md ) .
92
92
93
- ` properties-order ` now uses array of objects for grouping.
93
+ ` properties-order ` now uses an array of objects for grouping.
94
94
95
95
` sort-order ` keywords to new config conversion:
96
96
You can’t perform that action at this time.
0 commit comments