Searched refs:propertySize (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 …var differenceVariants = [[tokensVariant, sizeDifference(tokensVariant, propertySize, propertiesCo… 145 …differenceVariants = differenceVariants.concat(allCombinations(subVariant, propertySize, propertie… 152 function sizeDifference(tokensVariant, propertySize, propertiesCount) { argument 157 return allSelectorsSize - (tokensVariant.length - 1) * propertySize + 1;
|