Searched refs:withMerging (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
| D | optimize.js | 13 function optimizeProperties(properties, withOverriding, withMerging, context) { argument 24 optimizeProperties(_property.value[0][1], withOverriding, withMerging, context); 28 if (withMerging && levelOptions.mergeIntoShorthands) { 33 overrideProperties(_properties, withMerging, context.options.compatibility, context.validator);
|
| D | override-properties.js | 248 function overrideProperties(properties, withMerging, compatibility, validator) { argument 346 …} else if (withMerging && left.shorthand && !right.shorthand && isComponentOf(left, right, true)) { 392 } else if (withMerging && left.shorthand && right.shorthand && left.name == right.name) { 424 } else if (withMerging && left.shorthand && right.shorthand && isComponentOf(left, right)) {
|