You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
747 B
29 lines
747 B
3 years ago
|
/* ------------------------------------------------------------------------------
|
||
|
*
|
||
|
* # Global less file
|
||
|
*
|
||
|
* Common less file with imports of plugins and pages
|
||
|
*
|
||
|
* Version: 1.0
|
||
|
* Latest update: Feb 5, 2016
|
||
|
*
|
||
|
* ---------------------------------------------------------------------------- */
|
||
|
|
||
|
|
||
|
// Core
|
||
|
// ------------------------------
|
||
|
|
||
|
// Import default Bootstrap variables and mixins
|
||
|
@import "../_bootstrap/variables.less";
|
||
|
@import "../_bootstrap/mixins.less";
|
||
|
|
||
|
// Import custom mixins
|
||
|
@import "../core/mixins/nav-vertical-align.less";
|
||
|
|
||
|
// Import color variables
|
||
|
@import "../core/colors/palette.less";
|
||
|
|
||
|
// Import template's variables
|
||
|
@import "../core/variables/variables-core.less";
|
||
|
@import "../core/variables/variables-custom.less";
|