/*! Theme Name: Bastet Theme URI: https://bastet.besquares.net Author: BeSquares Author URI: https://themeforest.net/user/besquares Description: Personal lifeStyle theme fully responsive with different blog styles, based on Gutenberg editor and Customize options Version: 1.0.1 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: bastet Tags: custom-colors, editor-style, featured-images, full-width-template, sticky-post, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Bastet 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/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Generic - Normalize - Box sizing # Base - Reset - Typography - Elements - Links - Forms ## Layouts - Content Sidebar - No Sidebar # Loop - Card - Grid - List # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # Header - Navigation - Search - Logo # Single - Title - Feature - Classic # Footer - Footer Widgets - Site Info # Blocks - Feature Post # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments - Color Helper --------------------------------------------------------------*/ // Import variables and mixins. @import "abstracts/abstracts"; /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ /* Normalize --------------------------------------------- */ @import "generic/normalize"; /* Box sizing --------------------------------------------- */ @import "generic/box-sizing"; /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ @import "base/base"; /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ @import "layouts/content-sidebar"; /*-------------------------------------------------------------- # Loop --------------------------------------------------------------*/ @import "loop/loop"; /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ @import "components/components"; /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ @import "header/header"; /*-------------------------------------------------------------- # Single --------------------------------------------------------------*/ @import "single/single"; /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ @import "footer/footer"; /*-------------------------------------------------------------- # Blocks --------------------------------------------------------------*/ @import "blocks/blocks"; /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ /* Jetpack infinite scroll --------------------------------------------- */ @import "plugins/jetpack/infinite-scroll"; /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ @import "utilities/accessibility"; /* Alignments --------------------------------------------- */ @import "utilities/alignments"; /* Animations --------------------------------------------- */ @import "utilities/animations/animate"; /* Color Helper --------------------------------------------- */ @import "utilities/helper-color"; /* Border Radius Helper --------------------------------------------- */ @import "utilities/helper-radius"; /* Shadow Helper --------------------------------------------- */ @import "utilities/helper-shadow"; /* Padding Helper --------------------------------------------- */ @import "utilities/helper-padding"; /* Margin Helper --------------------------------------------- */ @import "utilities/helper-margin"; /* Theme backgorunds --------------------------------------------- */ @import "utilities/helper-background"; /* Theme icons --------------------------------------------- */ @import "utilities/flaticon";