value = $value; } /** * @see Less_Tree::genCSS */ public function genCSS( $output ) { $output->add( $this->value ); } public function compile() { return $this; } }