Searched refs:importPath (Results 1 – 2 of 2) sorted by relevance
46 private function importPath($path) { function in css_at_import_less_test56 $import = $this->importPath($this->import);71 $import = $this->importPath($this->import);
362 protected function tryImport($importPath, $parentBlock, $out) argument364 if ($importPath[0] == 'function' && $importPath[1] == 'url') {365 $importPath = $this->flattenList($importPath[2]);368 $str = $this->coerceString($importPath);1116 [, $importPath, $importId] = $prop;1117 $importPath = $this->reduce($importPath);1123 $result = $this->tryImport($importPath, $block, $out);1126 [false, '@import ' . $this->compileValue($importPath) . ';'] :