使用 Flexbox 的 Bootstrap 4 的 CDN?

CDN for Bootstrap 4 with Flexbox?

是否有 CDN 提供启用了 Flexbox 的 Bootstrap 4 Alpha?我找到了 https://www.bootstrapcdn.com/alpha/,但是,它似乎禁用了 Flexbox。

编辑: Bootstrap 4 正式发布后,默认启用 flexbox。因此,只需通过官方 CDN 获取 Bootstrap。

https://www.bootstrapcdn.com/alpha/ - 没有

我使用 https://cask.scotch.io/bootstrap-4.0-flex.css - 启用 flex

看起来它在这里可用:

https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap-flex.min.css

根据GetBootstrap.com website, Bootstrap 4 implements flexbox by default! Doing so however means dropping support for IE9. The CDN's for the CSS and the JS files are given on GetBootstrap.com也是如此。