From cfcc36b824bf6d3ec4aa8c274203d6ce8402aa4e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 5 Jul 2018 22:02:01 +0200 Subject: [PATCH] docs: fix typo in Media Query warning about required CSS --- docs/pages/media-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.2