Leafo\ScssPhp\Compiler::libRgb PHP Method

libRgb() protected method

protected libRgb ( $args )
    protected function libRgb($args)
    {
        list($r, $g, $b) = $args;
        return [Type::T_COLOR, $r[1], $g[1], $b[1]];
    }
Compiler