You are here

constant ScssNumber::UNIT_RESOLUTION in SCSS Compiler 1.0.x

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

Below is a list of included units:

  • dpcm: dots per centimeter
  • dpi: dots per inch
  • dppx: dots per pixel

File

src/Element/ScssNumber.php, line 101

Class

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

Namespace

Drupal\compiler_scss\Element

Code

const UNIT_RESOLUTION = 0b100000;