Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dmerge-into-shorthands.js63 var candidateComponents;
71 candidateComponents = candidates[shorthandName];
77 if (shorthandDescriptor.components.length > Object.keys(candidateComponents).length) {
81 if (mixedImportance(candidateComponents)) {
85 if (!overridable(candidateComponents, shorthandName, validator)) {
89 if (!mergeable(candidateComponents)) {
93 if (mixedInherit(candidateComponents)) {
94 replaceWithInheritBestFit(properties, candidateComponents, shorthandName, validator);
96 replaceWithShorthand(properties, candidateComponents, shorthandName, validator);
211 function replaceWithInheritBestFit(properties, candidateComponents, shorthandName, validator) { argument
[all …]