docs/sass.html.erb in zurb-foundation-4.0.7 vs docs/sass.html.erb in zurb-foundation-4.0.8

- old
+ new

@@ -57,13 +57,10 @@ ', :css %> <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"; @import "foundation/components/block-grid"; @import "foundation/components/type"; @@ -204,9 +201,11 @@ <h3>Foundation Global Settings and Mixins</h3> <p>We've included a global settings file that holds variables and mixins that are used throughout the entirety of Foundation. Here's a look at that file:</p> <%= code_example ' // Foundation Global Function, Variables and Mixins +@import "foundation/components/global"; + // // Variables // // The default font-size is set to 100% of the browser style sheet (usually 16px)