]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updated settings file and sass docs
authorzurbchris <chris@zurb.com>
Fri, 15 Mar 2013 20:47:50 +0000 (13:47 -0700)
committerzurbchris <chris@zurb.com>
Fri, 15 Mar 2013 20:47:50 +0000 (13:47 -0700)
docs/sass.html.erb
templates/project/scss/_settings.scss

index ef860ea36a9e274b404538cb203862351e263b55..2bd6875776de0137099c8285645d0e405942288d 100644 (file)
@@ -59,9 +59,6 @@
     <p>If you want to pick and choose which pieces of Foundation you want, the pieces you need are:</p>
 
 <%= 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
 //
index 8412a5f6231dad709b7e20b0423588331dc7b9f5..e782fd761792e423f8e46d6ad4c29c3d723c6f3c 100644 (file)
 // $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
 //