/*! Theme Name: Billow Author: ViNadine Description: Billow is a fast and lightweight WordPress theme. It has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. Since it is responsive and adaptive, has WooCommerce built-in, you will experience an easy build and even an increase in conversions. Version: 1.0.0 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: Billow Tags: custom-background, custom-logo, custom-menu, custom-colors, featured-images, threaded-comments, translation-ready, e-commerce, blog, right-sidebar, left-sidebar, footer-widgets This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Billow is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/ */ @import "variables-site/variables-site"; @import "mixins/mixins-master"; /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ @import "normalize"; /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ @import "typography/typography"; /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ @import "elements/elements"; /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ @import "forms/forms"; /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ @import "navigation/navigation"; /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ @import "modules/accessibility"; /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ @import "modules/alignments"; /*-------------------------------------------------------------- ## Blocks --------------------------------------------------------------*/ @import "site/secondary/blocks"; /*-------------------------------------------------------------- # Sidebars --------------------------------------------------------------*/ @import "site/secondary/sidebars"; /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ @import "site/secondary/widgets"; /*-------------------------------------------------------------- # Support --------------------------------------------------------------*/ @import "site/secondary/support"; /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ @import "site/site"; /*-------------------------------------------------------------- # Socials --------------------------------------------------------------*/ @import "site/socials"; /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ @import "modules/infinite-scroll"; /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ @import "media/media"; /*-------------------------------------------------------------- # Archive --------------------------------------------------------------*/ @import "template-partials/archive"; /*-------------------------------------------------------------- # Blog --------------------------------------------------------------*/ @import "template-partials/blog"; /*-------------------------------------------------------------- # Single post --------------------------------------------------------------*/ @import "template-partials/post-content"; /*-------------------------------------------------------------- # Author box --------------------------------------------------------------*/ @import "template-partials/author-box"; /*-------------------------------------------------------------- # 404 --------------------------------------------------------------*/ @import "template-partials/404"; /*-------------------------------------------------------------- # Search --------------------------------------------------------------*/ @import "template-partials/search"; /*-------------------------------------------------------------- # Content none --------------------------------------------------------------*/ @import "template-partials/content-none"; /*-------------------------------------------------------------- ## FontAwesome --------------------------------------------------------------*/ @import url( https://use.fontawesome.com/releases/v5.8.2/css/all.css );