{@internal This is a work-in-progress. The \ArrayAccess interface is temporary until the migration is complete.}}
Author: Anthon Pang (anthon.pang@gmail.com)
Inheritance: extends Leafo\ScssPhp\Node, implements ArrayAccess
Ejemplo n.º 1
0
 /**
  * Set number precision
  *
  * @api
  *
  * @param integer $numberPrecision
  */
 public function setNumberPrecision($numberPrecision)
 {
     Node\Number::$precision = $numberPrecision;
 }