Searched refs:adjacentSpace (Results 1 – 6 of 6) sorted by relevance
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
D | merge-adjacent.js | 18 var adjacentSpace = options.compatibility.selectors.adjacentSpace; 41 …lastToken[1] = tidyRules(lastToken[1].concat(token[1]), false, adjacentSpace, false, context.warni…
|
D | merge-non-adjacent-by-body.js | 41 var adjacentSpace = options.compatibility.selectors.adjacentSpace; 66 … token[1] = tidyRules(oldToken[1].concat(token[1]), false, adjacentSpace, false, context.warnings);
|
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
D | tidy-rules.js | 155 function tidyRules(rules, removeUnsupported, adjacentSpace, format, warnings) { argument 178 if (adjacentSpace && reduced.indexOf('nav') > 0) {
|
D | optimize.js | 638 var adjacentSpace = options.compatibility.selectors.adjacentSpace; 670 …token[1] = levelOptions.tidySelectors ? tidyRules(token[1], !ie7Hack, adjacentSpace, format, conte…
|
/plugin/asciidocjs/node_modules/clean-css/lib/options/ |
D | compatibility.js | 22 adjacentSpace: false, // div+ nav Android stock browser hack property
|
/plugin/asciidocjs/node_modules/clean-css/ |
D | README.md | 177 adjacentSpace: false, // controls extra space before `nav` element
|