bootstrap 4 - 何时使用重启 css 和网格 css?

bootstrap 4 - When to use reboot css and grid css?

我正在尝试将我的应用程序从 bootstrap 3.3.7 迁移到 Bootstrap v4.0.0-alpha.6。

当我使用 NuGet 下载 Bootstrap v4.0.0-alpha.6 到我的项目中时,我看到 bootstrap-reboot.css 和 bootstrap-grid.css 除了 bootstrap.css.

我试图浏览文档并理解它们的用途,但是我没有得到清晰的图片。

那两个 css 文件有什么用?我真的需要将它们包含在我的项目中吗?

bootstrap.css 应包含您需要在项目中使用 Bootstrap 的所有 CSS。

文件 bootstrap-reboot.cssbootstrap-grid.css 是缩减版本,分别只包含重启和 Bootstrap 的 flexbox 网格所需的样式。如果您不想在您的项目中包含整个 Bootstrap 并且只会使用这些功能中的任何一个,则可以使用它们。

文档在这里解释:https://getbootstrap.com/docs/4.1/getting-started/contents/#css-files