Bootstrap 4 将于 2016 年某个时候发布。
升级的最佳方法是什么 - 完全重写?我为 Boostrap 2 到 3 做了那个,但不确定我是否可以在版本 4 中再次面对它......
谢谢
Bootstrap 4 将于 2016 年某个时候发布。
升级的最佳方法是什么 - 完全重写?我为 Boostrap 2 到 3 做了那个,但不确定我是否可以在版本 4 中再次面对它......
谢谢
Bootstrap 4 仍处于早期 alpha 阶段,缺少一些关键功能。框架也可能会随着每个新版本的发布而发生根本性的变化,因此维护它可能会非常痛苦。
你仍然可以使用 Bootstrap 3,即使在 v4 的最终版本发布之后,它也会得到官方支持:
在可预见的未来,我们将通过关键错误修复和文档改进来维护 Bootstrap 3。v3 文档也将在 v4 最终版本发布后继续托管。
(来自Bootstrap 博客)
另请注意,即使您想采用这种冒险的方式,也不应在生产中使用 alpha 或 beta 代码。
I agree with @eburger 's answer. If you start developing now, make sure you can update bootstrap after your changes and modifications. Use Bootstrap's Grunt build tool Running the autoprefixer is required.
Create Sass partials for your modifications (one for the SCSS and one for your custom variables), import these files into bootstrap.scss
(of the source code). You can use bower to keep bootstrap's code uptodate. Bootstrap uses many predefined CSS classes, these classes may change after new releases, then you will have to update your HTML too.
Notice that you should never use alpha or beta code for production.
I have already built some tools to test Bootstrap 4; if that's what you're looking for: