14 lines
523 B
SCSS
14 lines
523 B
SCSS
// Include Dark
|
|
// *******************************************************************************
|
|
|
|
@import '../_bootstrap-extended/include-dark';
|
|
|
|
// Mixins
|
|
@import './_mixins'; // Components mixins
|
|
|
|
//Variables
|
|
@import '../_custom-variables/components-dark'; // Components custom dark variable (for customization purpose)
|
|
@import '../_custom-variables/components'; // Components custom variable (for customization purpose)
|
|
@import 'variables-dark'; // Components dark variable
|
|
@import 'variables'; // Components variable
|