Searched defs:shorthandName (Results 1 – 2 of 2) sorted by relevance
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/ |
D | merge-into-shorthands.js | 101 function invalidates(candidates, shorthandName, invalidatedBy) { argument 136 function overridable(components, shorthandName, validator) { argument 211 function replaceWithInheritBestFit(properties, candidateComponents, shorthandName, validator) { argument 251 function buildSequenceWithInheritLonghands(components, shorthandName, validator) { argument 348 function buildSequenceWithInheritShorthand(components, shorthandName, validator) { argument 402 function replaceWithShorthand(properties, candidateComponents, shorthandName, validator) { argument
|
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
D | compactable.js | 1024 clonedDescriptor.componentOf = clonedDescriptor.componentOf.map(function (shorthandName) { argument
|