示例#1
0
文件: MediaNode.php 项目: jxav/iless
 /**
  * @inheritdoc
  */
 public function generateCSS(Context $context, OutputInterface $output)
 {
     $output->add('@media ', $this->currentFileInfo, $this->index);
     $this->features->generateCSS($context, $output);
     $this->outputRuleset($context, $output, $this->rules);
 }