From 6a8b76dd9e17e519de4a062dbddb4ab2f318380d Mon Sep 17 00:00:00 2001 From: Daniel Rhodes Date: Sat, 5 May 2018 20:53:59 +0100 Subject: [PATCH] docs: add Edge to flexbox supported browsers Added Edge to flexbox supported browsers (info from caniuse.com) and small SPaG fix --- docs/pages/flexbox-mode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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+ --- -- 2.47.2