From 9c1921ff29b0733d82a8bc9036cc9029726ec3ca Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 4 Dec 2017 16:22:09 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index f5189e429b..545aff0c48 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -25,7 +25,8 @@ $files = array( "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", 'name' => 'roojs-bootstrap-debug.css', - 'minify' => 'roojs-bootstrap.css' + 'minify' => 'roojs-bootstrap.css', + 'variables' => "@import '../bootstrap/variables.less';" ) ); -- 2.39.2