You are here

constant ScssNumber::UNIT_ALL in SCSS Compiler 1.0.x

Used when filtering the allowed units list to include all supported units.

File

src/Element/ScssNumber.php, line 120

Class

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

Namespace

Drupal\compiler_scss\Element

Code

const UNIT_ALL = self::UNIT_ABSOLUTE | self::UNIT_ANGLE | self::UNIT_FREQUENCY | self::UNIT_PERCENT | self::UNIT_RELATIVE | self::UNIT_RESOLUTION | self::UNIT_TIME;