Leafo\ScssPhp\Compiler::libMapValues PHP Method

libMapValues() protected method

protected libMapValues ( $args )
    protected function libMapValues($args)
    {
        $map = $this->assertMap($args[0]);
        $values = $map[2];
        return [Type::T_LIST, ',', $values];
    }
Compiler