You are here

protected property Number::$value in SCSS Compiler 1.0.x

The magnitude of the number.

Type: float

File

src/Type/Number.php, line 22

Class

Number
Defines a Sass number type optionally paired with a unit.

Namespace

Drupal\compiler_scss\Type

Code

protected $value = 0.0;