variable); } /** * @param Less_Environment $env * * @return Less_Tree_Ruleset */ public function compile($env) { return parent::compile( $env->copyEvalEnv(array_merge($env->frames, $this->getLightMode()->getEnv($this->variable)->frames)) ); } }