From: edward Date: Mon, 4 Dec 2017 08:24:01 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=cf6387fcc7e70f9427886ddca26941c34e0a5c4d buildSDK/less-bootstrap-compiler.php less/roojs-bootstrap/roojs-bootstrap.less --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 97660eac94..bd28da172c 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -43,7 +43,7 @@ foreach ($files as $src => $file){ $less = new HTML_Less(); - $less->setOption('variables', $this->variables); + $less->setOption('variables', $file['variables']); $css = "{$file['baseDir']}/{$file['name']}"; diff --git a/less/roojs-bootstrap/roojs-bootstrap.less b/less/roojs-bootstrap/roojs-bootstrap.less index 2078cf6d2f..7370831fde 100644 --- a/less/roojs-bootstrap/roojs-bootstrap.less +++ b/less/roojs-bootstrap/roojs-bootstrap.less @@ -1,3 +1,2 @@ -@import "../bootstrap/variables.less"; @import "all-import.less"; \ No newline at end of file