Our documentation says:
sort-order
Available values:
* {Array} of rules
* {Array} of arrays of rules for groups separation
But in fact sort order like this:
sort-order: ['top', 'color']
fails with error:
Error loading "sort-order" handler: Object position has no method 'forEach'
while sort-order: [['top', 'color']] is ok.
Our documentation says:
But in fact sort order like this:
fails with error:
while
sort-order: [['top', 'color']]is ok.