/*! Theme Name: BasePress Theme URI: https://themecountry.com/basepress Author: ThemeCountry Author URI: https://themecountry.com Description: BasePress is a fast loading WordPress theme which is mainly focused on clean design & beautiful typography which to make sure your content is properly served to the reader. Start a Clean design, fast loading & SEO Optimized WordPress Website now with Basepress. Forget the difficulty of customizing website by using Basepress’s state-of-the-art theme option that allows unlimited font & color options as well as very flexible ads management system & more. See demo: https://themecountry.com/demo/?theme=BasePress Version: 1.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: basepress Tags: two-columns, custom-background, custom-header, custom-menu, blog, news, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns 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. Base 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. ====== 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. ====== */ // Bourbon // See: http://bourbon.io/docs/ @import 'bourbon'; // Susy // Susy grid system. See: http://susydocs.oddbird.net/en/latest/ @import 'node_modules/susy/sass/susy'; // Utilities // Sass tools and helpers used across the project. @import 'assets/sass/utils/variables'; @import 'assets/sass/utils/mixins'; // Vendors // External libraries and frameworks. @import 'assets/sass/vendors/normalize'; @import 'assets/sass/vendors/font-awesome/font-awesome'; @import 'assets/sass/vendors/modular-scale'; // Base // Includes all the main Storefront css. @import 'assets/sass/base/base-style'; @import 'assets/sass/base/layout-style';