Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dtidy-block.js3 function tidyBlock(values, spaceAfterClosingBrace) { argument
8 …withoutSpaceAfterClosingBrace = !spaceAfterClosingBrace && SUPPORTED_COMPACT_BLOCK_MATCHER.test(va…
Doptimize.js639 var spaceAfterClosingBrace = options.compatibility.properties.spaceAfterClosingBrace;
662 … token[1] = levelOptions.tidyBlockScopes ? tidyBlock(token[1], spaceAfterClosingBrace) : token[1];
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dsimple.js36 spaceAfterClosingBrace: context.options.compatibility.properties.spaceAfterClosingBrace, property
Dsource-maps.js86 spaceAfterClosingBrace: context.options.compatibility.properties.spaceAfterClosingBrace, property
Dhelpers.js38 …return !context.spaceAfterClosingBrace && supportsAfterClosingBrace(token) && afterClosingBrace(to…
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dcompatibility.js17 spaceAfterClosingBrace: true, // 'url() no-repeat' to 'url()no-repeat' property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md172spaceAfterClosingBrace: true, // controls keeping space after closing brace - `url() no-repeat` in…