Leafo\ScssPhp\Compiler::libMapValues PHP Méthode

libMapValues() protected méthode

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