public function CompassColourStop::__construct in Sassy 7
* class constructor *
Parameters
string value of the literal type: * @return SassLiteral
Overrides SassLiteral::__construct
File
- phamlp/
sass/ extensions/ compass/ functions/ colourStops.php, line 49
Class
Code
public function __construct($colour, $stop = null) {
$this->colour = $colour;
$this->stop = $stop;
}