]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated the flexbox docs page with a grammatical change 9599/head
authorharry <harmanmanchanda182@gmail.com>
Wed, 4 Jan 2017 18:15:38 +0000 (23:45 +0530)
committerharry <harmanmanchanda182@gmail.com>
Wed, 4 Jan 2017 19:07:24 +0000 (00:37 +0530)
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

index 4120cccabf631cb8319dc7171969e397eb706677..f993fc59c8162e0f9e6ef67c0c2b17b6c7c51e83 100644 (file)
@@ -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.