]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Move grid Sass files into a separate grid folder, to match the structure of Foundatio...
authorGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 21:36:47 +0000 (13:36 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 21:36:47 +0000 (13:36 -0800)
scss/foundation.scss
scss/grid/_block-grid.scss [moved from scss/components/_block-grid.scss with 100% similarity]
scss/grid/_grid.scss [moved from scss/components/_grid.scss with 100% similarity]

index dafe7bcbe7c16e09e747d91e6fb0785ae680abfd..cd8ab0f3243872958004aba12cde8405efd914c4 100755 (executable)
@@ -6,8 +6,8 @@
   'util/util',
   'global',
   'components/normalize',
-  'components/grid',
-  'components/block-grid',
+  'grid/grid',
+  'grid/block-grid',
   'components/alignment',
   'components/visibility',
   'components/type',