Searched refs:roundingPrecision (Results 1 – 4 of 4) sorted by relevance
35 private $roundingPrecision; variable in Assetic\\Filter\\CleanCssFilter203 * @param int $roundingPrecision205 public function setRoundingPrecision($roundingPrecision) argument207 $this->roundingPrecision = $roundingPrecision;272 if ($this->roundingPrecision) {273 $pb->add('--rounding-precision ' .$this->roundingPrecision);
29 roundingPrecision: roundingPrecisionFrom(undefined), property103 source[One].roundingPrecision = roundingPrecisionFrom(source[One].roundingPrecision);
586 function buildPrecisionOptions(roundingPrecision) { argument595 for (unit in roundingPrecision) {596 value = roundingPrecision[unit];645 options.precision = options.precision || buildPrecisionOptions(levelOptions.roundingPrecision);
83 * `roundingPrecision` is disabled by default;84 * `roundingPrecision` applies to **all** units now, not only `px` as in 3.x;90 * moves `roundingPrecision` and `specialComments` to level 1 optimizations options, see examples;366 …roundingPrecision: false, // rounds pixel values to `N` decimal places; `false` disables rounding;…556 The level 1 `roundingPrecision` optimization option accept a string with per-unit rounding precisio…562 roundingPrecision: 'all=3,px=5'