From 7bc639886aa91fa5c04a6622271fdb7a46230e9a Mon Sep 17 00:00:00 2001 From: zurbchris Date: Fri, 15 Mar 2013 13:47:50 -0700 Subject: [PATCH] updated settings file and sass docs --- docs/sass.html.erb | 5 ++--- templates/project/scss/_settings.scss | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/sass.html.erb b/docs/sass.html.erb index ef860ea36..2bd687577 100644 --- a/docs/sass.html.erb +++ b/docs/sass.html.erb @@ -59,9 +59,6 @@

If you want to pick and choose which pieces of Foundation you want, the pieces you need are:

<%= code_example ' -@import "foundation/foundation-global"; -@import "foundation/components/global"; - /* Each individual part that can be added in */ @import "foundation/components/grid"; @import "foundation/components/visibility"; @@ -206,6 +203,8 @@ bundle exec compass create . -r zurb-foundation --using foundation <%= code_example ' // Foundation Global Function, Variables and Mixins +@import "foundation/components/global"; + // // Variables // diff --git a/templates/project/scss/_settings.scss b/templates/project/scss/_settings.scss index 8412a5f62..e782fd761 100644 --- a/templates/project/scss/_settings.scss +++ b/templates/project/scss/_settings.scss @@ -46,6 +46,21 @@ // $include-html-classes: true; // $include-print-styles: true; +// Modular html classes +// $include-html-grid-classes: $include-html-classes; +// $include-html-visibility-classes: $include-html-classes; +// $include-html-button-classes: $include-html-classes; +// $include-html-form-classes: $include-html-classes; +// $include-html-media-classes: $include-html-classes; +// $include-html-section-classes: $include-html-classes; +// $include-html-reveal-classes: $include-html-classes; +// $include-html-alert-classes: $include-html-classes; +// $include-html-nav-classes: $include-html-classes; +// $include-html-label-classes: $include-html-classes; +// $include-html-panel-classes: $include-html-classes; +// $include-html-pricing-classes: $include-html-classes; +// $include-html-progress-classes: $include-html-classes; + // // Grid Variables // -- 2.47.3