From b38cc15da978311db9ec258e0dfb666164362399 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 31 Dec 2020 12:40:14 +0800 Subject: [PATCH] buildSDK/scss-bootstrap.php scss/bootstrap/bootstrap.scss --- buildSDK/scss-bootstrap.php | 2 +- scss/bootstrap/bootstrap.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSDK/scss-bootstrap.php b/buildSDK/scss-bootstrap.php index 09d09c1212..929a116888 100644 --- a/buildSDK/scss-bootstrap.php +++ b/buildSDK/scss-bootstrap.php @@ -33,7 +33,7 @@ $files = array( 'minify' => 'roojs-bootstrap.css', 'sourceMapRootpath' => '../scss/roojs-bootstrap/', - ) + ), // 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. diff --git a/scss/bootstrap/bootstrap.scss b/scss/bootstrap/bootstrap.scss index 6a603d16bf..0a206557be 100644 --- a/scss/bootstrap/bootstrap.scss +++ b/scss/bootstrap/bootstrap.scss @@ -5,8 +5,8 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ -//@import "functions"; -//@import "variables"; +@import "functions"; +@import "variables"; @import "mixins"; @import "root"; @import "reboot"; -- 2.39.2