From: Nicolas Coden Date: Thu, 5 Jul 2018 20:02:01 +0000 (+0200) Subject: docs: fix typo in Media Query warning about required CSS X-Git-Tag: v6.6.0~3^2~134^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcc36b82;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix typo in Media Query warning about required CSS --- diff --git a/docs/pages/media-queries.md b/docs/pages/media-queries.md index 43917d315..cdb045df2 100644 --- a/docs/pages/media-queries.md +++ b/docs/pages/media-queries.md @@ -188,7 +188,7 @@ This can be used to combine multiple media queries together. The Foundation JavaScript includes a set of helper functions for working with media queries. They're all on the `Foundation.MediaQuery` object.
- The MediaQuery utility uses the Sass breakpoints settings and require the Foundation CSS to be imported. For Sass users, you need to include either `foundation-everything()` or `foundation-global-styles()`. + The MediaQuery utility uses the Sass breakpoint settings and requires the Foundation CSS to be imported. For Sass users, you need to include either `foundation-everything()` or `foundation-global-styles()`.
Get the name of the current breakpoint with `MediaQuery.current`.