/*
Theme Name: Jetpackme New
Theme URI: http://jetpack.me/
Description: The theme for the Jetpack marketing site
Author: Automattic
Version: 2.0
*/

// Built using Anvil featuring HTML5 Boilerplate and Bootstrap
//
// What follows is the result of much research on cross-browser styling.
// Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
// Kroc Camen, and the H5BP dev community and team.

// USAGE: Comment out unused stylesheets to exclude from style.css

// Imported styles
@import "scss/_variables"; // Global variables including colors and font sets
@import "scss/_mixins"; // Contains all the variables, mixins and MORE!
@import "scss/_normalize"; // Normalize.css + a goody or two
@import "scss/_base"; // Contains base element styling

// Begin partials
@import "scss/partials/_animations"; // All the keyframe animations
@import "scss/partials/_buttons"; // Fun button styles
@import "scss/icons/_automatticons"; // A list of the icons available
@import "scss/partials/_nav-horizontal"; // Horizontal menus
// End partials

@import "scss/_main"; // Main styles go here
@import "scss/_media-queries"; // Contains media query styles. Break up into _tablet, _phone, etc if necessary.
@import "scss/_helper"; // Some fun helper classes
@import "scss/_ie"; // IE specific styling