You are here

constant ScssNumber::UNIT_ANGLE in SCSS Compiler 1.0.x

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

Below is a list of included units:

  • deg: degrees
  • grad: gradians
  • rad: radians
  • turn: turns

File

src/Element/ScssNumber.php, line 52

Class

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

Namespace

Drupal\compiler_scss\Element

Code

const UNIT_ANGLE = 0b10;