Home
last modified time | relevance | path

Searched defs:shorthandName (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dmerge-into-shorthands.js101 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/
Dcompactable.js1024 clonedDescriptor.componentOf = clonedDescriptor.componentOf.map(function (shorthandName) { argument