From: Rafi Date: Thu, 16 Nov 2017 18:56:50 +0000 (-0800) Subject: Update xy-grid.md X-Git-Tag: v6.6.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba75ed28ec2e84ab422009fc4d6a8ae3af9a4469;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update xy-grid.md Updates mixin to have grid-x styles --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index a84ff663a..481791f60 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -445,6 +445,7 @@ Here's an example: ```scss .gallery { + @include xy-grid; @include xy-grid-layout(3, '.gallery-item'); } ```