// ================================================================================================
// 	File Name: colors.scss
// 	Description: Common color file to include color paletter and colors file, its qiore good to 
// 	have all color classes in a separate file as it's quite heavy.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Robust - Responsive Admin Template
// 	Version: 2.0
// 	Author: PIXINVENT
// 	Author URL: http://www.themeforest.net/user/pixinvent
// ================================================================================================

// Core
// ------------------------------

// Import variables and mixins
@import "bootstrap/mixins/gradients";
@import "core/mixins/hex2rgb";

// Color system, always load last
// ------------------------------

@import "core/colors/palette";

