You are here

protected static property ScssNumber::$units in SCSS Compiler 1.0.x

An array of unit groups keyed by their corresponding filter constant.

Each group is an array of unit labels keyed by unit name.

Type: \Drupal\Core\StringTranslation\TranslatableMarkup[string][int]

File

src/Element/ScssNumber.php, line 154

Class

ScssNumber
A form element to represent Sass numbers with a unit.

Namespace

Drupal\compiler_scss\Element

Code

protected static $units = [];