From 537058960a3da0e4930b5265d9a1c060613b9246 Mon Sep 17 00:00:00 2001 From: Martijn van der Lee Date: Tue, 23 Jun 2015 21:17:35 +0200 Subject: [PATCH] Allow parsing multiple strings using same imports. --- lessc.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lessc.inc.php b/lessc.inc.php index 2292f219..550954b4 100644 --- a/lessc.inc.php +++ b/lessc.inc.php @@ -1888,6 +1888,7 @@ public function compile($string, $name = null) { $this->env = null; $this->scope = null; + $this->allParsedFiles = array(); $this->formatter = $this->newFormatter();