Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js1 var emptyCharacter = ''; variable
119 …store(context, needsSemicolon ? semicolon(context, Breaks.AfterProperty, isLast) : emptyCharacter);
157 …edsPrefixSpace && allowsSpace(context, Spaces.BeforeBlockBegins) ? Marker.SPACE : emptyCharacter) +
159 (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) +
170 …kEnd && allowsBreak(context, Breaks.BeforeBlockEnds) ? context.format.breakWith : emptyCharacter) +
173 …(isLast ? emptyCharacter : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacte…
181 Marker.COLON + (allowsSpace(context, Spaces.BeforeValue) ? Marker.SPACE : emptyCharacter) :
187 …Marker.SEMICOLON + (isLast || !allowsBreak(context, where) ? emptyCharacter : context.format.break…
193 …Break(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCharacter) + context.ind…
226 …re(context, allowsBreak(context, Breaks.AfterComment) ? context.format.breakWith : emptyCharacter);