Searched refs:propertiesCount (Results 1 – 1 of 1) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | restructure.js | 134 function findAllFits(mergeableTokens, propertySize, propertiesCount) { argument 135 …var combinations = allCombinations(mergeableTokens, propertySize, propertiesCount, maxCombinations… 139 function allCombinations(tokensVariant, propertySize, propertiesCount, level) { argument 140 …fferenceVariants = [[tokensVariant, sizeDifference(tokensVariant, propertySize, propertiesCount)]]; 145 …= differenceVariants.concat(allCombinations(subVariant, propertySize, propertiesCount, level - 1)); 152 function sizeDifference(tokensVariant, propertySize, propertiesCount) { argument 155 …allSelectorsSize += tokensVariant[i][2].length > propertiesCount ? serializeRules(tokensVariant[i]…
|