From 90a38372893d33b2c0d775ca3b336b018664f033 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 4 Dec 2017 16:21:47 +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 7b29a2741b..f5189e429b 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -19,7 +19,8 @@ $files = array( "{$rootDir}/roojs1/less/bootstrap/bootstrap.less" => array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", 'name' => 'bootstrap.css', - 'minify' => 'bootstrap.min.css' + 'minify' => 'bootstrap.min.css', + 'variables' => "@import 'variables.less';" ), "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", -- 2.39.2