2012-11-28 12:09:54 +01:00
|
|
|
// ===========================================================================
|
|
|
|
// SASS STYLES
|
|
|
|
// by Team Sass Design (@teamsassdesign)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// VENDOR
|
|
|
|
|
|
|
|
@import "compass";
|
|
|
|
@import "susy";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// RESET
|
|
|
|
|
|
|
|
// http://paulirish.com/2012/box-sizing-border-box-ftw/
|
|
|
|
* { @include box-sizing(border-box); }
|
|
|
|
|
|
|
|
@import "vendor/normalize";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// DEPENDENCIES
|
|
|
|
|
|
|
|
@import "dependencies/measurements";
|
|
|
|
@import "dependencies/typography";
|
2012-11-29 18:33:08 +01:00
|
|
|
@import "dependencies/icons";
|
2012-11-28 12:09:54 +01:00
|
|
|
@import "dependencies/color";
|
|
|
|
@import "dependencies/themes";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// FOUNDATION
|
|
|
|
|
|
|
|
@import "foundation/site";
|
|
|
|
@import "foundation/links";
|
|
|
|
@import "foundation/headings";
|
|
|
|
@import "foundation/text";
|
|
|
|
@import "foundation/lists";
|
|
|
|
@import "foundation/media";
|
2012-11-28 13:46:51 +01:00
|
|
|
@import "foundation/code";
|
2012-11-28 12:09:54 +01:00
|
|
|
@import "foundation/forms";
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// COMPONENTS
|
|
|
|
|
|
|
|
@import "components/buttons";
|
|
|
|
@import "components/messages";
|
|
|
|
@import "components/introduction";
|
|
|
|
@import "components/quick_starts";
|
2012-11-29 18:33:08 +01:00
|
|
|
@import "components/illustrations";
|
2012-11-28 17:23:08 +01:00
|
|
|
@import "components/release_information";
|
|
|
|
@import "components/jump_navigation";
|
|
|
|
@import "components/sticky_footer";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// LAYOUT
|
|
|
|
|
|
|
|
@import "layout/grid";
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-11-28 12:09:54 +01:00
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// REGIONS
|
|
|
|
|
|
|
|
@import "regions/banner";
|
|
|
|
@import "regions/navigation";
|
2012-11-28 13:16:13 +01:00
|
|
|
@import "regions/main";
|
2012-11-29 18:33:08 +01:00
|
|
|
@import "regions/content_middle";
|
2012-11-28 12:59:42 +01:00
|
|
|
@import "regions/contentinfo";
|
2012-11-28 12:09:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
2012-11-28 17:23:08 +01:00
|
|
|
// HELPERS
|
2012-11-28 12:09:54 +01:00
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
@import "helpers";
|
2012-11-28 12:09:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
2012-11-28 17:23:08 +01:00
|
|
|
// PRINT
|
2012-11-28 12:09:54 +01:00
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
@import "print";
|