/*! * Theme Name: Beginner * Theme URI: http://www.theme-junkie.com/themes/beginner * Description: WordPress Blog and Deals Theme * Version: 1.0.0 * Author: Theme Junkie * Author URI: http://www.theme-junkie.com/ * Tags: black, white, red, light, one-column, two-columns, right-sidebar, left-sidebar, responsive-layout, custom-background, custom-menu, editor-style, post-formats, theme-options, threaded-comments, translation-ready * Text Domain: beginner * * License: GNU General Public License v2.0 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html * * Beginner WordPress Theme, Copyright 2015 http://www.theme-junkie.com/ * Beginner is distributed under the terms of the GNU GPL * * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme * See: http://codex.wordpress.org/Child_Themes */ @import "config"; /* Reset */ @import "base/reset"; /* Shared */ @import "base/shared"; /* Placeholder */ @import "helpers/placeholder"; /* Typography */ @import "base/typography"; /* Images */ @import "base/images"; /* Header */ @import "sections/header"; /* Navigation */ @import "sections/navigation"; /* Content */ @import "sections/content"; /* Sidebar */ @import "sections/sidebar"; /* Footer */ @import "sections/footer"; /* Comments */ @import "sections/comments"; /* Homepage */ @import "pages/homepage"; /* Single Post */ @import "pages/single"; /* Archive */ @import "pages/archive"; /* State */ @import "state"; /* Responsive */ @import "responsive"; /* Layouts */ @import "layouts"; /* bbPress */ @import "bbpress";