6 methods override SassLiteral::toString() in Sassy 7
- CompassColourStop::toString in phamlp/
sass/ extensions/ compass/ functions/ colourStops.php - * Returns a string representation of the value. *
- CompassList::toString in phamlp/
sass/ extensions/ compass/ functions/ colourStops.php - * Returns a string representation of the value. *
- SassBoolean::toString in phamlp/
sass/ script/ literals/ SassBoolean.php - * Returns a string representation of the value. *
- SassColour::toString in phamlp/
sass/ script/ literals/ SassColour.php - * Converts the colour to a string. *
- SassNumber::toString in phamlp/
sass/ script/ literals/ SassNumber.php - * Converts the number to a string with it's units if any. * If the units are px the result is rounded down to the nearest integer, * otherwise the result is rounded to the specified precision. *
- SassString::toString in phamlp/
sass/ script/ literals/ SassString.php - * Returns a string representation of the value. *