You are here

protected function CompassColourStop::getColor in Sassy 7

File

phamlp/sass/extensions/compass/functions/colourStops.php, line 54

Class

CompassColourStop

Code

protected function getColor() {
  return $this
    ->getColour();
}