Merge pull request #1992 from MWDelaney/master

Adapt to use Bootstrap 4 Beta 2 functions and variables
This commit is contained in:
Ben Word
2017-11-13 12:18:07 -07:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
$theme-colors: (
primary: #27ae60
);

View File

@@ -1,4 +1,6 @@
@import "~bootstrap/scss/functions";
@import "common/variables";
@import "~bootstrap/scss/variables";
/** Import everything from autoload */
@import "./autoload/**/*";