Merge pull request #1992 from MWDelaney/master
Adapt to use Bootstrap 4 Beta 2 functions and variables
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
$theme-colors: (
|
||||||
|
primary: #27ae60
|
||||||
|
);
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
|
@import "~bootstrap/scss/functions";
|
||||||
@import "common/variables";
|
@import "common/variables";
|
||||||
|
@import "~bootstrap/scss/variables";
|
||||||
|
|
||||||
/** Import everything from autoload */
|
/** Import everything from autoload */
|
||||||
@import "./autoload/**/*";
|
@import "./autoload/**/*";
|
||||||
|
|||||||
Reference in New Issue
Block a user