From 5bc9673fb6f40d2de62fdebb54b816fa5ed057b1 Mon Sep 17 00:00:00 2001 From: Jamie Isaacs Date: Wed, 24 Aug 2016 00:08:38 -0700 Subject: [PATCH] Maintaining importPath structure to enable scss themes. --- src/Compiler.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Compiler.php b/src/Compiler.php index 7e93fcb0..aeda725d 100644 --- a/src/Compiler.php +++ b/src/Compiler.php @@ -3198,10 +3198,7 @@ protected function importFile($path, $out) $this->importCache[$realPath] = $tree; } - $pi = pathinfo($path); - array_unshift($this->importPaths, $pi['dirname']); $this->compileChildrenNoReturn($tree->children, $out); - array_shift($this->importPaths); } /**