Home
last modified time | relevance | path

Searched refs:selectorsSortingMethod (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dmerge-adjacent.js19 var selectorsSortingMethod = options.level[OptimizationLevel.One].selectorsSortingMethod;
42 …lastToken[1] = lastToken.length > 1 ? sortSelectors(lastToken[1], selectorsSortingMethod) : lastTo…
Dmerge-non-adjacent-by-body.js42 var selectorsSortingMethod = options.level[OptimizationLevel.One].selectorsSortingMethod;
67 token[1] = token[1].length > 1 ? sortSelectors(token[1], selectorsSortingMethod) : token[1];
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js30 selectorsSortingMethod: 'standard', property
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js671 …[1] = token[1].length > 1 ? sortSelectors(token[1], levelOptions.selectorsSortingMethod) : token[1…
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md108 * `selectorsSortingMethod` level 1 optimization allows `false` or `'none'` for disabling selector s…
367selectorsSortingMethod: 'standard', // denotes selector sorting method; can be `'natural'` or `'st…