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.
25 lines
1.1 KiB
25 lines
1.1 KiB
7 months ago
|
// ================================================================================================
|
||
|
// File Name: include.scss
|
||
|
// Description: Common components file to include all theme specific custom components.
|
||
|
// ----------------------------------------------------------------------------------------------
|
||
|
// Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
|
||
|
// Author: PIXINVENT
|
||
|
// Author URL: http://www.themeforest.net/user/pixinvent
|
||
|
// ================================================================================================
|
||
|
|
||
|
// Variables
|
||
|
// ------------------------------
|
||
|
|
||
|
// Functions
|
||
|
@import 'bootstrap/scss/functions'; // Bootstrap core function
|
||
|
@import 'functions'; // Bootstrap extended function
|
||
|
|
||
|
// Variables
|
||
|
@import '../../../scss/variables/variables'; // Bootstrap custom variable override (for user purpose)
|
||
|
@import 'variables'; // Bootstrap extended variable override
|
||
|
@import 'bootstrap/scss/variables'; // Bootstrap core variable
|
||
|
|
||
|
// Mixins
|
||
|
@import 'bootstrap/scss/mixins'; // Bootstrap core mixins
|
||
|
@import 'mixins'; // Bootstrap extended mixins
|