/*! Theme Name: Askella Author: Matthias Danzinger Author URI: https://askella.matthiasdanzinger.eu Description: Askella is a very fast app-like mobile first and content-focused Wordpress Theme. Use it for whatever you like. Build something great. Check out a demo: https://askella.matthiasdanzinger.eu Version: 1.0.1 Tested up to: 5.9 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Text Domain: askella Tags: blog, education, news, left-sidebar, block-styles, custom-colors, custom-logo, editor-style, sticky-post, theme-options, wide-blocks This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Askella 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: ---------------------------------------------------------------- # Base - Typography - Elements - Links - Forms ## Layouts # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments --------------------------------------------------------------*/ //Import variables and mixins. @import "abstracts/abstracts"; /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ @import "base/base"; /* Hamburgers --------------------------------------------- */ @import "vendor/hamburgers"; /* Metismenu --------------------------------------------- */ @import "vendor/metismenu"; /* pure --------------------------------------------- */ //@import "vendor/pure"; /*-------------------------------------------------------------- # Layout --------------------------------------------------------------*/ @import "layout/content-sidebar"; @import "layout/slideout"; @import "layout/sidebar"; @import "layout/fullwidth-container"; /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ @import "components/components"; /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ /* Jetpack infinite scroll --------------------------------------------- */ @import "plugins/jetpack/infinite-scroll"; /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ @import "utilities/accessibility"; /* Alignments --------------------------------------------- */ @import "utilities/alignments"; /* Custom Blocks --------------------------------------------- */ @import "block-styles/my-custom-blocks"; /* TODO: Remove DEV-HELPERS --------------------------------------------- */ //@import "dev-helpers/site-structure";