From: Alan Knowles Date: Thu, 31 Dec 2020 04:40:14 +0000 (+0800) Subject: buildSDK/scss-bootstrap.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b38cc15da978311db9ec258e0dfb666164362399 buildSDK/scss-bootstrap.php scss/bootstrap/bootstrap.scss --- 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";