]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: add Edge to flexbox supported browsers
authorDaniel Rhodes <daniel.rhodes@warpasylum.co.uk>
Sat, 5 May 2018 19:53:59 +0000 (20:53 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 6 May 2018 17:18:33 +0000 (19:18 +0200)
Added Edge to flexbox supported browsers (info from caniuse.com) and small SPaG fix

docs/pages/flexbox-mode.md

index 6f6758dff63f113b2e1cee6e86d806214128be82..30a1c16c03f7c37f961208e4dbd878aba8598820 100644 (file)
@@ -13,13 +13,14 @@ Foundation components use a combination of floats, vertical alignment, table cel
 
 Enabling **flexbox mode** replaces those hacks with flexbox properties, streamlining how layouts are made, and making sizing and alignment of elements much easier.
 
-Flexbox mode is only supported these browsers:
+Flexbox mode is only supported in these browsers:
 
 - The latest Chrome and Firefox
 - Safari 6+
 - IE 10+
 - iOS 7+
 - Android 4.4+
+- Edge 12+
 
 ---