From 2b671a46b4b37dadbe40bacf1892201b3f3854d1 Mon Sep 17 00:00:00 2001 From: zhangyuanwei Date: Wed, 9 Jul 2014 16:26:50 +0800 Subject: [PATCH] fix @import '../xxx.less' bug --- lessc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessc.inc.php b/lessc.inc.php index 2f407c7f..c97364e9 100644 --- a/lessc.inc.php +++ b/lessc.inc.php @@ -52,7 +52,7 @@ class lessc { public $parentSelector = '&'; public $importDisabled = false; - public $importDir = ''; + public $importDir = array(); protected $numberPrecision = null;