namespace Drupal\compiler_scss\Plugin\DataType in SCSS Compiler 1.0.x
Class | Location | Description |
---|---|---|
Color |
src/ |
A data type used to represent color values in "#RRGGBB[AA]" format. |
FontFamily |
src/ |
A data type used to represent a font family sequence. |
Number |
src/ |
A data type used to represent a Sass number. |
Unit |
src/ |
A data type used to represent a Sass unit. |