sass-site/source/assets/css/sass.css.scss

118 lines
2.1 KiB
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
/*! Sass
* by Team Sass Design (@teamsassdesign)
*/
// ---------------------------------------------------------------------------
// VENDOR LIBRARIES
@import
"compass"
, "compass/layout"
, "susy"
, "breakpoint"
;
2013-02-09 04:10:33 +01:00
// ---------------------------------------------------------------------------
// DEPENDENCIES
@import
"dependencies/layout"
, "dependencies/typography"
, "dependencies/color"
, "dependencies/animations"
;
2012-11-28 17:23:08 +01:00
// ---------------------------------------------------------------------------
// FOUNDATION
2012-11-28 17:23:08 +01:00
@import
"normalize-rails"
, "vendor/html5boilerplate/base"
, "foundation/site"
, "foundation/block"
, "foundation/inline"
, "foundation/headings"
, "foundation/lists"
, "foundation/tables"
, "foundation/forms"
, "foundation/code"
, "foundation/media"
;
// ---------------------------------------------------------------------------
// COMPONENTS
@import
"vendor/html5boilerplate/browsehappy"
2014-07-28 00:44:34 +02:00
, "vendor/jquery-ui/jquery-ui-1.11.0.custom"
, "components/pop-stripe"
, "components/type"
, "components/page-header"
, "components/lists"
, "components/tables"
, "components/forms"
, "components/buttons"
, "components/code"
, "components/alerts"
, "components/progress"
, "components/articles"
, "components/hero-image"
, "components/header-image"
, "components/get-started"
, "components/slides"
, "components/icons"
, "components/logos"
, "components/sass-syntax-switcher"
;
2013-02-09 04:10:33 +01:00
// ---------------------------------------------------------------------------
// REGIONS
@import
"regions/page"
, "regions/banner"
, "regions/navigation"
, "regions/content"
, "regions/content-primary"
, "regions/content-secondary"
, "regions/main"
, "regions/complementary"
, "regions/section-bottom"
, "regions/contentinfo"
;
// ---------------------------------------------------------------------------
// HELPERS
@import
"vendor/html5boilerplate/helpers"
, "helpers/grid"
, "helpers/helpers"
;
// ---------------------------------------------------------------------------
// PAGES
2013-10-09 12:30:53 +02:00
@import "styleguide/guide";
// ---------------------------------------------------------------------------
// RESPONSIVE
@import "vendor/html5boilerplate/print";