Searched refs:specificityCache (Results 1 – 3 of 3) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | merge-media-queries.js | 12 var specificityCache = context.cache.specificity; 56 …y && allSameRulePropertiesCanBeReordered(movedProperties, traversedProperties, specificityCache)) { 60 if (!canReorder(movedProperties, traversedProperties, specificityCache)) 78 function allSameRulePropertiesCanBeReordered(movedProperties, traversedProperties, specificityCache… argument 94 …e, traversedRule, true) && !canReorderSingle(movedProperty, traversedProperty, specificityCache)) {
|
| D | merge-non-adjacent-by-selector.js | 11 var specificityCache = context.cache.specificity; 55 canReorder(movedProperties, traversedProperties, specificityCache) : 56 canReorder(traversedProperties, movedProperties, specificityCache);
|
| D | restructure.js | 30 var specificityCache = context.cache.specificity; 314 if (!canReorderSingle(properties[j], properties[k], specificityCache)) { 328 …ped.indexOf(k) == -1 && (!canReorderSingle(property, movedProperty, specificityCache) && !boundToA…
|