From: Geoff Kimball Date: Mon, 15 Feb 2016 21:36:47 +0000 (-0800) Subject: Move grid Sass files into a separate grid folder, to match the structure of Foundatio... X-Git-Tag: v2.0.0-rc.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff5fc0e573fef552bf5663d15d1220db4461fad;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Move grid Sass files into a separate grid folder, to match the structure of Foundation for Sites --- diff --git a/scss/foundation.scss b/scss/foundation.scss index dafe7bcb..cd8ab0f3 100755 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -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', diff --git a/scss/components/_block-grid.scss b/scss/grid/_block-grid.scss similarity index 100% rename from scss/components/_block-grid.scss rename to scss/grid/_block-grid.scss diff --git a/scss/components/_grid.scss b/scss/grid/_grid.scss similarity index 100% rename from scss/components/_grid.scss rename to scss/grid/_grid.scss