Merge pull request #1993 from MWDelaney/master

Move variables and Bootstrap lines to autoload
This commit is contained in:
Ben Word
2017-11-13 15:04:55 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
/** Import Bootstrap functions */
@import "~bootstrap/scss/functions";
$theme-colors: (
primary: #27ae60
);

View File

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