From b8798eb352de8202ab8f0fd3fa39ab992455ba00 Mon Sep 17 00:00:00 2001 From: Alan Dague-Greene Date: Thu, 6 Mar 2014 17:36:35 -0700 Subject: [PATCH] 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. --- scss/foundation.scss | 2 +- scss/foundation/components/_accordion.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2