/*!
Theme Name: Customify
Theme URI: https://wpcustomify.com
Author: WPCustomify
Author URI: https://wpcustomify.com/about
Description: A free business WordPress themes.
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customify
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, custom-logo, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Customify is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/

// == SASS Mixins & Variables ==
@import "utils/mixins";
@import "utils/vars";

// == Vendors Libraries ==
@import "vendors/vendors";

// == Site base ==
@import "base/base";

// == Site header ==
@import "header/header";

// == Site structure ==
@import "layouts/layouts";
@import "layouts/blogs";
@import "layouts/pages";

// == Widgets ==
@import "widgets/widgets";

// == Site footer ==
@import "footer/footer-common";