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