Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js58 var lastPropertyAt = lastPropertyIndex(tokens);
61 property(context, tokens, i, lastPropertyAt);
77 function property(context, tokens, position, lastPropertyAt) { argument
88 } else if ( position < lastPropertyAt ) {
94 needsSemicolon = position < lastPropertyAt || isPropertyBlock;
97 var isLast = position === lastPropertyAt;