Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js145 function allowsBreak(context, where) { function
159 (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) +
170 …return (allowsBreak(context, Breaks.AfterProperty) || beforeBlockEnd && allowsBreak(context, Break…
173 …(isLast ? emptyCharacter : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacte…
187 …Marker.SEMICOLON + (isLast || !allowsBreak(context, where) ? emptyCharacter : context.format.break…
193 …Marker.COMMA + (allowsBreak(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCh…
226 …store(context, allowsBreak(context, Breaks.AfterComment) ? context.format.breakWith : emptyCharact…