Searched refs:selectorsSortingMethod (Results 1 – 5 of 5) sorted by relevance
19 var selectorsSortingMethod = options.level[OptimizationLevel.One].selectorsSortingMethod;42 …lastToken[1] = lastToken.length > 1 ? sortSelectors(lastToken[1], selectorsSortingMethod) : lastTo…
42 var selectorsSortingMethod = options.level[OptimizationLevel.One].selectorsSortingMethod;67 token[1] = token[1].length > 1 ? sortSelectors(token[1], selectorsSortingMethod) : token[1];
30 selectorsSortingMethod: 'standard', property
671 …[1] = token[1].length > 1 ? sortSelectors(token[1], levelOptions.selectorsSortingMethod) : token[1…
108 * `selectorsSortingMethod` level 1 optimization allows `false` or `'none'` for disabling selector s…367 …selectorsSortingMethod: 'standard', // denotes selector sorting method; can be `'natural'` or `'st…