You are here

namespace Drupal\compiler_scss\Plugin\DataType in SCSS Compiler 1.0.x

Classsort descending Location Description
Color src/Plugin/DataType/Color.php A data type used to represent color values in "#RRGGBB[AA]" format.
FontFamily src/Plugin/DataType/FontFamily.php A data type used to represent a font family sequence.
Number src/Plugin/DataType/Number.php A data type used to represent a Sass number.
Unit src/Plugin/DataType/Unit.php A data type used to represent a Sass unit.