/* Theme Name: Escutcheon Theme URI: http://wordpress.com/themes/escutcheon Author: Automattic Author URI: http://wordpress.com/themes Description: With its smoky color palette and bold typography, Escutcheon is the perfect theme for writers who want to stand apart from the rest. Version: 0.1.0-wpcom License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: escutcheon Tags: responsive-layout, two-columns, left-sidebar, dark, blue, gray, custom-header, site-logo, custom-background, flexible-header, custom-menu, featured-images, infinite-scroll, rtl-language-support, translation-ready, clean, contemporary, minimal, modern, blog, journal 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. Escutcheon is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ @import "variables/variables"; @import "shared/mixins"; /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ @import "shared/normalize"; /*-------------------------------------------------------------- # Animation --------------------------------------------------------------*/ @import "shared/animation"; /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ @import "shared/typography"; /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ @import "shared/elements"; /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ @import "shared/forms"; /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ @import "shared/navigation"; /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ @import "shared/accessibility"; /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ @import "shared/alignments"; /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ @import "shared/clearings"; /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ @import "layout/widgets"; /*-------------------------------------------------------------- # Structure --------------------------------------------------------------*/ @import "layout/structure"; /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ @import "layout/structure"; @import "layout/content"; /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ @import "shared/infinite-scroll"; /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ @import "shared/media"; /*-------------------------------------------------------------- # Media queries --------------------------------------------------------------*/ @import "shared/queries";