From db9719b117706a2adbe0f1e60232da977569f3ab Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 4 Jan 2017 23:45:38 +0530 Subject: [PATCH] Updated the flexbox docs page with a grammatical change Some more grammatical change: 2nd update Some more grammatical change: 3rd update, 2nd try - just an extra exclamation removed an extra exclamation that i added previously Simple Grammatical changes to flexbox page --- docs/pages/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index 4120cccab..f993fc59c 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -6,7 +6,7 @@ sass: - scss/util/_flex.scss --- -Foundation components use a combination of floats, vertical alignment, table cells, and various other CSS hacks to get layouts looking right. These days, there's a better way... if you have the browser support! +Foundation components use a combination of floats, vertical alignment, table cells, and various other CSS hacks to get layouts looking right. These days though, there's a better way... if you are happy with the below browser support! Enabling **flexbox mode** replaces those hacks with flexbox properties, streamlining how layouts are made, and making sizing and alignment of elements much easier. -- 2.47.2