/*
Theme Name: Eighties
Theme URI: http://kopepasah.com/project/eighties/
Author: Justin Kopepasah
Author URI: http://kopepasah.com/
Description: Hi. I'm a modern theme designed to keep your content front and center.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eighties
Domain Path: /languages/
Tags: light, custom-header, one-column, responsive-layout, custom-menu, sticky-post, threaded-comments, translation-ready, editor-style, featured-images

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.
Eighties is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
	4.1 - Buttons
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Sidebars & Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
12.0 - Media
13.0 - Structure
14.0 - Header
15.0 - Footer
16.0 - Jetpack
--------------------------------------------------------------*/

// Imported but not included in the stylesheet.
@import 'less/variables';
@import 'less/mixins';

// CSS included in style.css.
@import 'less/reset';
@import 'less/typography';
@import 'less/elements';
@import 'less/forms';
@import 'less/navigation';
@import 'less/accessibility';
@import 'less/alignments';
@import 'less/clearings';
@import 'less/widgets';
@import 'less/content';
@import 'less/infinite-scroll';
@import 'less/media';
@import 'less/structure';
@import 'less/header';
@import 'less/footer';
@import 'less/jetpack';