Leafo\ScssPhp\Compiler::libBlue PHP Method

libBlue() protected method

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