From: harry Date: Wed, 4 Jan 2017 18:15:38 +0000 (+0530) Subject: Updated the flexbox docs page with a grammatical change X-Git-Tag: v6.3.1-rc1~12^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9719b117706a2adbe0f1e60232da977569f3ab;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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.