/*! Theme Name: Barlog Theme URI: https://modeltheme.com/barlog Author: Modeltheme Author URI: https://modeltheme.com Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: barlog Domain Path: /languages ====== 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"; @import "base/comments"; @import "base/skins"; @import "base/blocks"; // == 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";