Move variables into main.less in case it needs to come after other imports (e.g., fontawesome)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// Bootstrap
|
||||
@import "_bootstrap";
|
||||
|
||||
// Variable overrides and custom variables
|
||||
@import "_variables";
|
||||
|
||||
// Roots
|
||||
@import "_global"; // Base styling & custom mixins
|
||||
@import "components/_buttons"; // Button tweaks
|
||||
|
||||
Reference in New Issue
Block a user