first commit

This commit is contained in:
2019-05-25 23:11:05 -04:00
commit 16f48376bc
6139 changed files with 990356 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
/* ------------------------------------------------------------------------------
*
* # Components
*
* 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";