Example #1
0
 /**
  * @see ILess_Node::generateCSS
  */
 public function generateCSS(ILess_Environment $env, ILess_Output $output)
 {
     $output->add('@media ', $this->currentFileInfo, $this->index);
     $this->features->generateCSS($env, $output);
     $this->outputRuleset($env, $output, $this->rules);
 }