You are here

constant ScssNumber::UNIT_ABSOLUTE in SCSS Compiler 1.0.x

Used when filtering the allowed units list to include "absolute" units.

Below is a list of included units:

  • cm: centimeters
  • in: inches
  • mm: millimeters
  • pc: picas
  • pt: points
  • px: pixels

File

src/Element/ScssNumber.php, line 38

Class

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

Namespace

Drupal\compiler_scss\Element

Code

const UNIT_ABSOLUTE = 0b1;