Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Doptimize.js1 var mergeIntoShorthands = require('./merge-into-shorthands'); variable
28 if (withMerging && levelOptions.mergeIntoShorthands) {
29 mergeIntoShorthands(_properties, context.validator);
Dmerge-into-shorthands.js15 function mergeIntoShorthands(properties, validator) { function
445 module.exports = mergeIntoShorthands;
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js39 mergeIntoShorthands: true, property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md92 * renames `shorthandCompacting` option to `mergeIntoShorthands`;
405 mergeIntoShorthands: true, // controls merging properties into shorthands; defaults to true
682 …|top)`), optimizing, and restoring them back. You may want to use `mergeIntoShorthands` option to …