From: Alan Dague-Greene Date: Fri, 7 Mar 2014 00:36:35 +0000 (-0700) Subject: Move grid to top of components X-Git-Tag: v5.2.1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4615%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Move grid to top of components Excluding _accordion.scss from the list of components causes errors, as it is the only component to reference _grid.scss. This change removes the import from _accordion.scss and places _grid.scss as the first component, thereby making it available to the other components. --- diff --git a/scss/foundation.scss b/scss/foundation.scss index 62b894072..05eb07cb7 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -7,6 +7,7 @@ // Behold, here are all the Foundation components. @import + "foundation/components/grid", "foundation/components/accordion", "foundation/components/alert-boxes", "foundation/components/block-grid", @@ -18,7 +19,6 @@ "foundation/components/dropdown-buttons", "foundation/components/flex-video", "foundation/components/forms", - "foundation/components/grid", "foundation/components/inline-lists", "foundation/components/joyride", "foundation/components/keystrokes", diff --git a/scss/foundation/components/_accordion.scss b/scss/foundation/components/_accordion.scss index e22fc97ed..cf3979019 100644 --- a/scss/foundation/components/_accordion.scss +++ b/scss/foundation/components/_accordion.scss @@ -3,7 +3,6 @@ // Licensed under MIT Open Source @import "global"; -@import "grid"; // // @variables