Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php55 protected ?int $numberPrecision = null; variable in LesserPHP\\Lessc
1181 if ($this->numberPrecision !== null) {
1182 $num = round($num, $this->numberPrecision);