From 8db98415a7ea3c5b52312d1d232897dd273e10d9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 31 Dec 2020 12:43:02 +0800 Subject: [PATCH] buildSDK/scss-bootstrap.php --- buildSDK/scss-bootstrap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSDK/scss-bootstrap.php b/buildSDK/scss-bootstrap.php index 929a116888..ebbd4c833e 100644 --- a/buildSDK/scss-bootstrap.php +++ b/buildSDK/scss-bootstrap.php @@ -23,7 +23,7 @@ $files = array( 'name' => 'bootstrap.css', 'minify' => 'bootstrap.min.css', 'sourceMapRootpath' => '../scss/bootstrap/', - + 'variables' => "@import 'functions';\n@import 'variables';" ), "roojs-bootstrap.scss" => array( @@ -32,8 +32,8 @@ $files = array( 'name' => 'roojs-bootstrap-debug.css', 'minify' => 'roojs-bootstrap.css', 'sourceMapRootpath' => '../scss/roojs-bootstrap/', - - ), + 'variables' => "@import '../bootstrap/functions';\n@import '../bootstrap/variables';" + ) // this is a test to see if we can get this theme to build.. // note our classic roojs-bootstrap will need a rebuild as well as it uses different variables. @@ -43,7 +43,7 @@ $files = array( 'name' => 'sb-admin-2.css', 'minify' => 'sb-admin-2.min.css', 'sourceMapRootpath' => '../scss/startbootstrap-sb-admin-2/', - + 'variables' => "@import 'functions';\n@import 'variables';" ), -- 2.39.2