From a8fea31224acf49dfe895fef9a6ee386a564c8bb Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 30 Jun 2017 09:17:55 -0700 Subject: [PATCH] Update sass docs page --- docs/pages/sass.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.47.2