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 6b1347d commit aabea92Copy full SHA for aabea92
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "postcss-sorting",
3
- "version": "0.0.0",
4
- "description": "PostCSS plugin sorting.",
+ "version": "1.0.0",
+ "description": "PostCSS plugin to sort rules content with specified order.",
5
"keywords": [
6
"postcss",
7
"css",
8
"postcss-plugin",
9
- "sorting"
+ "sorting",
10
+ "order"
11
],
12
"author": "Aleks Hudochenkov <[email protected]>",
13
"license": "MIT",
0 commit comments