From: Daniel Rhodes Date: Sat, 16 Jun 2018 08:17:00 +0000 (+0200) Subject: Use pull request #11240 from ncoden/docs/add-edge-to-compatibility-table for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9850e6d07aaacbd962f5cbe924e1f4925c0a2835;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11240 from ncoden/docs/add-edge-to-compatibility-table for v6.5.0 6a8b76dd9 docs: add Edge to flexbox supported browsers 420a1a549 docs: merge IE and Edge in flexbox supported browsers Co-Authored-By: Nicolas Coden Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/flexbox-mode.md b/docs/pages/flexbox-mode.md index 6f6758dff..3c4368a1b 100644 --- a/docs/pages/flexbox-mode.md +++ b/docs/pages/flexbox-mode.md @@ -13,11 +13,11 @@ 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+ +- IE/Edge 10+ - iOS 7+ - Android 4.4+