From: Kevin Ball Date: Fri, 8 Sep 2017 22:10:51 +0000 (-0700) Subject: Make xy grid styles accessible everywhere within the docs X-Git-Tag: v6.4.4-rc1~2^2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10630%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Make xy grid styles accessible everywhere within the docs --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index ee6178ae3..7880b0df1 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -12,6 +12,7 @@ @import 'motion-ui'; @include foundation-everything($flex: false); +@include foundation-xy-grid-classes; @include foundation-flex-classes; @include foundation-prototype-classes; @include foundation-range-input;