first commit
This commit is contained in:
13
resources/assets/vendor/scss/_components/_include-dark.scss
vendored
Normal file
13
resources/assets/vendor/scss/_components/_include-dark.scss
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// 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
|
Reference in New Issue
Block a user