deee05678 docs: add a notice about required CSS in Media Query doc
cfcc36b82 docs: fix typo in Media Query warning about required CSS
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
The Foundation JavaScript includes a set of helper functions for working with media queries. They're all on the `Foundation.MediaQuery` object.
+<div class="callout warning">
+ 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()`.
+</div>
+
Get the name of the current breakpoint with `MediaQuery.current`.
```js