From: Daniel Rhodes Date: Sat, 5 May 2018 19:53:59 +0000 (+0100) Subject: docs: add Edge to flexbox supported browsers X-Git-Tag: v6.6.0~3^2~186^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8b76dd9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: add Edge to flexbox supported browsers Added Edge to flexbox supported browsers (info from caniuse.com) and small SPaG fix --- diff --git a/docs/pages/flexbox-mode.md b/docs/pages/flexbox-mode.md index 6f6758dff..30a1c16c0 100644 --- a/docs/pages/flexbox-mode.md +++ b/docs/pages/flexbox-mode.md @@ -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+ ---