Beispiel #1
0
 /**
  * Compiles the node for import
  *
  * @param ILess_Environment $env
  * @return ILess_Node_Import
  */
 public function compileForImport(ILess_Environment $env)
 {
     return new ILess_Node_Import($this->path->compile($env), $this->features, $this->options, $this->index, $this->currentFileInfo);
 }