You are here

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

The unit of the number.

Type: string|null

File

src/Type/Number.php, line 29

Class

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

Namespace

Drupal\compiler_scss\Type

Code

protected $unit = NULL;