Leafo\ScssPhp\Compiler::libGreen PHP Method

libGreen() protected method

protected libGreen ( $args )
    protected function libGreen($args)
    {
        $color = $this->coerceColor($args[0]);
        return $color[2];
    }
Compiler