You are here

constant ScssNumber::UNIT_LENGTH_PERCENT in SCSS Compiler 1.0.x

Used when filtering the allowed units list to include length & percent.

File

src/Element/ScssNumber.php, line 143

Class

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

Namespace

Drupal\compiler_scss\Element

Code

const UNIT_LENGTH_PERCENT = self::UNIT_LENGTH | self::UNIT_PERCENT;