From: Kevin Ball Date: Fri, 30 Jun 2017 16:17:55 +0000 (-0700) Subject: Update sass docs page X-Git-Tag: v6.4.1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fea31224acf49dfe895fef9a6ee386a564c8bb;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update sass docs page --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index e4ea42ec2..b0232dc8e 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -107,8 +107,9 @@ Our [starter projects](starter-projects.html) include the full list of imports, @import 'foundation'; @include foundation-global-styles; -@include foundation-grid; -@include foundation-flex-grid; +@include foundation-xy-grid-classes; +//@include foundation-grid; +//@include foundation-flex-grid; @include foundation-flex-classes; @include foundation-typography; @include foundation-forms;