Beans_Lessc::compileRoot PHP Method

compileRoot() protected method

protected compileRoot ( $root )
    protected function compileRoot($root)
    {
        $this->pushEnv();
        $this->scope = $this->makeOutputBlock($root->type);
        $this->compileProps($root, $this->scope);
        $this->popEnv();
    }