Bootstrap function in _variables.scss to play nice with other frameworks
This commit is contained in:
@@ -1,3 +1 @@
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "../common/variables";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/** Import Bootstrap functions */
|
||||
@import "~bootstrap/scss/functions";
|
||||
|
||||
$theme-colors: (
|
||||
primary: #27ae60
|
||||
);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "common/variables";
|
||||
|
||||
/** Import everything from autoload */
|
||||
@import "./autoload/**/*";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user