6 methods override SassLiteral::__construct() in Sassy 7
- CompassColourStop::__construct in phamlp/
sass/ extensions/ compass/ functions/ colourStops.php - * class constructor *
- CompassList::__construct in phamlp/
sass/ extensions/ compass/ functions/ colourStops.php - * class constructor *
- SassBoolean::__construct in phamlp/
sass/ script/ literals/ SassBoolean.php - * SassBoolean constructor *
- SassColour::__construct in phamlp/
sass/ script/ literals/ SassColour.php - * Constructs an RGB or HSL color object, optionally with an alpha channel. * RGB values must be between 0 and 255. Saturation and lightness values must * be between 0 and 100. The alpha value must be between 0 and 1. * The colour can be…
- SassNumber::__construct in phamlp/
sass/ script/ literals/ SassNumber.php - * class constructor. * Sets the value and units of the number. *
- SassString::__construct in phamlp/
sass/ script/ literals/ SassString.php - * class constructor *