Leafo\ScssPhp\Compiler::libMapKeys PHP Method

libMapKeys() protected method

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