]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add example of using breakpoint() multiple times within @media
authorGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 22:17:59 +0000 (14:17 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 22:17:59 +0000 (14:17 -0800)
docs/pages/media-queries.md

index 6e88d217bf562f50eed3648f0be1219c0534b0bd..e66da7d5dace981c4201bb14e658905aa876bdee 100644 (file)
@@ -165,6 +165,14 @@ The functionality of the `breakpoint()` mixin comes from an internal function, a
 }
 ```
 
+This can be used to combine multiple media queries together.
+
+```scss
+@media screen and #{breakpoint(medium)} and #{breakpoint(xlarge down)} {
+  // Medium to extra large styles
+}
+```
+
 ---
 
 ## JavaScript