// * ---------------------------------------------------------------------------    
// 
//       __ __  __
//     /  /   /   /     __/__/__
//     \ /   /   /  __   /  /  __  (/__
//      /   /   / /  /  /  /  /__) /  /
//     /   /   / (__/__/_ /__/____/  /_/
//             \
//               SOLUTIONS
// 
// 
//	=Component - <%= componentInfo.componentName %>
//
// 	<%= componentInfo.componentDescription %>
//
// ---------------------------------------------------------------------------- */


// Import the component vars
@import 'inc/c.<%= componentInfo.componentSlug %>-vars';


// ------------------------------------------------
//	Enable config and features
// ------------------------------------------------
// Config
// @include mk-add-<%= componentInfo.componentSlug %>-config( configname, key, value );

// Features
// @include mk-add-<%= componentInfo.componentSlug %>-feature( featurename, key, value );



// Output the component 'features' we've enabled
@import 'inc/c.<%= componentInfo.componentSlug %>-features';



// Project specific styles
#{ $mk-component-<%= componentInfo.componentSlug %>-selector } {

	// Styles here

}