From 1e8d186f333cf3783af9f5c0cb0d498eae0437fd Mon Sep 17 00:00:00 2001 From: swaincreates Date: Wed, 19 Aug 2015 13:30:18 -0400 Subject: change flexbix to flexbox in docs/getting-started/flexbox.md --- docs/getting-started/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/flexbox.md') diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 1c3aef613..977e04290 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -23,7 +23,7 @@ Vendor prefixes are provided in our compiled CSS with Autoprefixer via Grunt. ## Why flexbox? -In a nutshell, flexbix provides simpler and more flexible layout options in CSS. More specifically, it provides: +In a nutshell, flexbox provides simpler and more flexible layout options in CSS. More specifically, it provides: - Easy vertical alignment of content within a parent element. - Easy reordering of content across devices and screen resolutions with the help of media queries. -- cgit v1.2.3 From 6b1cf58d58043f5906b65314c0322406c3763258 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Thu, 20 Aug 2015 07:46:58 +0530 Subject: Add more compatibility info and caniuse links to Flexbox docs Closes #17091 --- docs/getting-started/flexbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/flexbox.md') diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 977e04290..c887fb3fb 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -46,6 +46,6 @@ Alternatively, if you don't need the source Sass files, you may swap the default Enabling flexbox means **reduced browser and device support:** - Internet Explorer 9 and below do not support flexbox. -- Internet Explorer 10 has a few known quirks. +- Internet Explorer 10 has a few known quirks (see the "Known issues" tab in [Can I use...](http://caniuse.com/#feat=flexbox)), requires using a prefix, and only supports the syntax from the old 2012 version of the spec. -Please be extra conscious of your user base when enabling flexbox in your project. +Please be extra conscious of your user base when enabling flexbox in your project. Visit [Can I use...](http://caniuse.com/#feat=flexbox) for details on browser support of flexbox. -- cgit v1.2.3 From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: Docs: various fixes Mostly links. Fixes #17056. --- docs/getting-started/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/flexbox.md') diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index c887fb3fb..f8ab4e8ae 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -39,7 +39,7 @@ If you're familiar with modifying variables in Sass—or any other CSS preproces 2. Change it from `false` to `true`. 3. Recompile, and done! -Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page](/getting-started/download) for more information. +Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page]({{ site.baseurl }}/getting-started/download) for more information. ## Browser support -- cgit v1.2.3