@charset 'UTF-8'; /** * Theme Name: AthlonX * Text Domain: athlonx * Version: 1.0.2 * Requires at least: 4.7 * Tested up to: 5.5 * Requires PHP: 7.2 * Description: AthlonX is your #1 athlete-specific WordPress theme. Perfect for runners, cyclist, or any other athletic individuals and companies. Lots of features easy to customize and extend. Very well structred and documented. Created with attention to detail and cross-browser compatibilty. Use it out of the box or develop and extend without any hassle and additional overhead. * Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments * Author: Krasen Slavov @ Developry * Author URI: https://developry.com/author/krasen * Theme URI: https://athlonxtheme.com/ * License: GNU General Public License v2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html * * All files, unless otherwise stated, are released under the GNU General Public. * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) * * 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. */ @import 'variables'; @import 'mixins'; @import 'utility'; @import 'base'; @import 'button'; @import 'layout'; @import 'typo'; @import 'breadcrumb'; @import 'comment'; @import 'comment-form'; @import 'footer'; @import 'grid'; @import 'header'; @import 'icon'; @import 'pagination'; @import 'post'; @import 'widget'; @import 'wordpress'; @import 'frontpage';