aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorManoj Kumar <[email protected]>2015-08-20 07:46:58 +0530
committerChris Rebert <[email protected]>2015-08-19 20:33:07 -0700
commit6b1cf58d58043f5906b65314c0322406c3763258 (patch)
tree55da95895258b49d05b96b16b7ed4b6d71187fb4 /docs/getting-started
parent136461b5b6f31c6c29382d183e4a249246c0ec50 (diff)
downloadbootstrap-6b1cf58d58043f5906b65314c0322406c3763258.tar.xz
bootstrap-6b1cf58d58043f5906b65314c0322406c3763258.zip
Add more compatibility info and caniuse links to Flexbox docs
Closes #17091
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/flexbox.md4
1 files changed, 2 insertions, 2 deletions
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.