0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

IE 9 not supported list v4 flexbox

add flexbox to the not supported list 

https://github.com/twbs/bootstrap/issues/17802
This commit is contained in:
a-moses 2015-10-07 03:04:20 +03:00
parent 2db8b5f36d
commit d22c0176a9

View File

@ -131,6 +131,10 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
<th scope="row"><code>placeholder</code></th>
<td class="text-danger">Not supported</td>
</tr>
<tr>
<th scope="row"><code>flexbox</code></th>
<td class="text-danger">Not supported</td>
</tr>
</tbody>
</table>
</div>