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 f7d5acc commit 5bab2deCopy full SHA for 5bab2de
README.md
@@ -65,7 +65,7 @@ You can set the `sortOrder` option if you want to use the order to which you are
65
grunt.initConfig({
66
csscomb: {
67
options: {
68
- sortOrder: 'path-to-your-custom-sort-order.json '
+ sortOrder: '/path/to/custom-sort-order.json'
69
},
70
files: {
71
'dest/resorted-foo.css': ['src/foo.css'],
0 commit comments