Beans_Lessc::compileRoot PHP 메소드

compileRoot() 보호된 메소드

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