/*
Template Name: Admin Template
Author: Niravjoshi / Wrappixel
File: scss
*/

//(Required file)
@import 'variable';

// Import Bootstrap source files (Required file)
@import "bootstrap/bootstrap";

//This is for the components (Required file)
@import 'components';

//This is for the widgets (Required file)
@import 'widgets/widgets';

//This is for the responsive (Required file)
@import 'responsive';

//In This scss you can write your scss
@import 'custom'; 

//This is for the icons (Required file)
@import 'icons/font-awesome/css/fontawesome-all.min.css'; 
@import 'icons/themify-icons/themify-icons.css';
