Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js159 (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) +
170 …ockEnd && allowsBreak(context, Breaks.BeforeBlockEnds) ? context.format.breakWith : emptyCharacter…
173 …(isLast ? emptyCharacter : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacte…
187 …sLast || !allowsBreak(context, where) ? emptyCharacter : context.format.breakWith + context.indent…
193 …Marker.COMMA + (allowsBreak(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCh…
226 …store(context, allowsBreak(context, Breaks.AfterComment) ? context.format.breakWith : emptyCharact…
Dsimple.js16 track(serializeContext, serializeContext.format.breakWith);
17 serializeContext.output.push(serializeContext.format.breakWith);
Dsource-maps.js25 track(serializeContext, serializeContext.format.breakWith, false);
26 serializeContext.output.push(serializeContext.format.breakWith);
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dformat.js36 breakWith: BreakWith.System, property
89 source = override(source, { breakWith: mapBreakWith(source.breakWith) }); property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md125 * adds configurable line breaks via `format: { breakWith: 'lf' }` option.
268breakWith: '\n', // controls the new line character, can be `'\r\n'` or `'\n'` (aliased as `'windo…
DHistory.md23 * Fixes giving `breakWith` option via a string.