Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dmerge-media-queries.js12 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)) {
Dmerge-non-adjacent-by-selector.js11 var specificityCache = context.cache.specificity;
55 canReorder(movedProperties, traversedProperties, specificityCache) :
56 canReorder(traversedProperties, movedProperties, specificityCache);
Drestructure.js30 var specificityCache = context.cache.specificity;
314 if (!canReorderSingle(properties[j], properties[k], specificityCache)) {
328 …ped.indexOf(k) == -1 && (!canReorderSingle(property, movedProperty, specificityCache) && !boundToA…