/* Theme Name: BlogoLife Theme URI: https://stylishwp.com/blogolife Author: StylishWP Author URI: https://stylishwp.com/ Description: BlogoLife is a simple and perfect WordPress theme for personal blogging that supports post formats, and several customization options. The custom background, custom header, and multiple color schemes gives you the possibility to adapt your blog as you wish. Version: 3.0.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-commerce, featured-images, flexible-header, footer-widgets, one-column, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns Text Domain: blogolife */ // The utils/ folder gathers all Sass tools and helpers used across the project. // Every global variable, function, mixin and placeholder should be put in here. @import 'utils/mixin.scss'; @import 'utils/themesettings.scss'; // The base/ folder holds what we might call the boilerplate code for the project. // In there, you might find the some typographic rules, and some standard styles for commonly used HTML elements. @import 'base/general.scss'; @import 'base/typography.scss'; // The layout/ folder contains everything that takes part in laying out the site or application. // This folder could have stylesheets for the main parts of the site (header, footer, menu, sidebar…) @import 'layout/menu.scss'; @import 'layout/post.scss'; @import 'layout/galleries.scss'; @import 'layout/comments.scss'; @import 'layout/widgets.scss'; @import 'layout/nav_post.scss'; @import 'layout/cpt.scss'; // If you have page-specific styles, it is better to put them in a pages/ folder, in a file named after the page. //@import 'page/contact.scss'; // Plugins @import 'plugins/woocommerce.scss';