public function compile($env) { avada_Less_Parser::$has_extends = true; $this->selector = $this->selector->compile($env); return $this; //return new Avada_Less_Tree_Extend( $this->selector->compile($env), $this->option, $this->index); }