Searched refs:roundingPrecision (Results 1 – 1 of 1) 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);