]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Move grid to top of components 4615/head
authorAlan Dague-Greene <alan@basicrecipe.com>
Fri, 7 Mar 2014 00:36:35 +0000 (17:36 -0700)
committerAlan Dague-Greene <alan@basicrecipe.com>
Fri, 7 Mar 2014 00:36:35 +0000 (17:36 -0700)
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
scss/foundation/components/_accordion.scss

index 62b8940723e8907424ef22985aa021fd166952da..05eb07cb704e3c76aeb2b3ce88969b21fc001358 100644 (file)
@@ -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",
index e22fc97ed7fba31d0986147561b689b55fd200a2..cf3979019b35077186459681cabbcd929b616c13 100644 (file)
@@ -3,7 +3,6 @@
 // Licensed under MIT Open Source
 
 @import "global";
-@import "grid";
 
 //
 // @variables